Skip to content

Commit

Permalink
Termination Check!
Browse files Browse the repository at this point in the history
  • Loading branch information
KonjacSource committed Oct 8, 2024
1 parent 9415ca0 commit 3da6a04
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Draft.shitt → Examples/Draft.shitt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data Vec (A : U) : (_ : N) -> U where
| nil : ... zero
| cons : {n : N} (_ : A) (_ : Vec A n) -> ... (succ n)

axiom fun sorry {A: U} : A
axiom partial fun sorry {A: U} : A

fun append {A : U} {m n : N} (v : Vec A m) (w : Vec A n) : Vec A (add m n)
| nil w = w
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions TODO.list

This file was deleted.

0 comments on commit 3da6a04

Please sign in to comment.