Sign in
opensecura
/
3p
/
nicta
/
cogent
/
refs/heads/master
/
.
/
minigent
/
examples
/
0_basics
/
03-bool
/
in.minigent
blob: d1fcd0bcfebc9d2446369090e0ba380c56a21186 [
file
] [
log
] [
blame
] [
edit
]
operators
:
U8
->
Bool
;
operators x
=
x
>
x
-
1
||
True
&&
(
False
||
~(~
False
));