blob: 5fc7558610abf2ad1f6c9e843115f504699d4a03 [file] [edit]
id : [x]. x -> x;
id x = x;
test : U8 -> U8;
test x = id x;
main : Unit -> U8;
main x = test 3;