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