Fix error in parser combinator
This commit is contained in:
6
tests/ErrMsg2.newt
Normal file
6
tests/ErrMsg2.newt
Normal file
@@ -0,0 +1,6 @@
|
||||
module ErrMsg2
|
||||
|
||||
import Prelude
|
||||
|
||||
foo : Nat → (Nat → Nat)
|
||||
foo x = \ x -> x
|
||||
Reference in New Issue
Block a user