Skip to content

Commit

Permalink
use true filter instead of lam + bot
Browse files Browse the repository at this point in the history
  • Loading branch information
leissa committed Oct 13, 2024
1 parent f2a6cd8 commit 80873d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lit/fib.mim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.plugin core;

.lam seq .(A: *) (n: .Nat) (body: .Cn [.Cn A][A]) (exit: .Cn A) (acc: A): .bot =
.con seq .(A: *) (n: .Nat) (body: .Cn [.Cn A][A]) (exit: .Cn A) (acc: A)@.tt =
head(0, acc)
.where
.con head (i: .Nat, acc: A)@%core.pe.known n =
Expand Down

0 comments on commit 80873d6

Please sign in to comment.