Sign in
opensecura
/
3p
/
nicta
/
cogent
/
9708370d31ac8e841c526b6f5fc0f885fd15fea3
/
.
/
minigent
/
examples
/
0_basics
/
02-comp
/
expected.out
blob: cb5b65d957d1f817a7452e73919e09ef54e7ec0b [
file
]
foo
:
U8
->
Bool
;
foo x
=
((
x
:
U8
)
+
(
200
:
U8
)
:
U8
)
>
((
3
:
U8
)
-
(
1
:
U8
)
:
U8
)
:
Bool
;