Sign in
opensecura
/
3p
/
nicta
/
cogent
/
refs/heads/master
/
.
/
minigent
/
examples
/
6_recursive
/
04-harder-non-strictly-positive
/
in.minigent
blob: c78f5758e319beb85997702e451b4cb2a40651fe [
file
] [
edit
]
listop
:
Unit
->
rec t
{
f
:
<
Left
U8
|
Midde
Unit
|
Right
{
a
:
U64
,
b
:
(((
U8
->
t
)
->
U8
)
->
Unit
)
}
>
};
listop a
=
{
f
=
Middle
Unit
};