4 lines
75 B
Text
4 lines
75 B
Text
|
false_rec : [`a, `b] `a -> `b
|
||
|
false_rec2 : [`b, `a] `a -> `b
|
||
|
main : string
|