codegen for functions.

- I think next is slightly messed up (wrong indent on first line)
- dcon need code
This commit is contained in:
2024-08-08 22:59:07 -07:00
parent 13dd77345c
commit 449b6762a6
3 changed files with 117 additions and 18 deletions

View File

@@ -48,5 +48,3 @@ not = \ v => case v of
data Void : U where
falseElim : {A : U} -> Void -> A
falseElim = \ v => case v of