Files
newt/eg/ex.newt
2024-04-11 15:21:13 -07:00

8 lines
148 B
Plaintext

-- foo
module Foo
id : (a : U) -> a -> a
id = \ a => \ x => x
-- if I put foo here, it fails with 'extra toks'
-- errors aren't cutting to the top