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 };