Add vscode extension, command line argument, and positioned error handling.
This commit is contained in:
@@ -11,7 +11,7 @@ id = \ a => \ x => x
|
||||
List : U -> U
|
||||
List = \ A => (L : U) -> L -> (A -> L -> L) -> L
|
||||
|
||||
nil : (A L : U) -> L -> (A -> L -> L) -> L
|
||||
nil : (A : U) -> List A
|
||||
nil = \ A L n f => n
|
||||
|
||||
Bool : U
|
||||
|
||||
Reference in New Issue
Block a user