unison/unison-src/tests/ability-keyword.u

8 lines
67 B
Plaintext

ability Foo where
foo : {Foo} Text
x = 'let
y = Foo.foo
()