fix parse issue for typed lamda arguments
This commit is contained in:
7
tests/LambdaArg.newt
Normal file
7
tests/LambdaArg.newt
Normal file
@@ -0,0 +1,7 @@
|
||||
module LambdaArg
|
||||
|
||||
import Prelude
|
||||
|
||||
-- Parsing of typed arguments on lambda
|
||||
foo : Nat -> ({_ : U} -> Nat -> Nat)
|
||||
foo x = \ {x : U} (x : Nat) => x
|
||||
Reference in New Issue
Block a user