Skip to content

Commit

Permalink
Comment out part of Dec that doesn't work instead of printing a hole
Browse files Browse the repository at this point in the history
  • Loading branch information
ionathanch committed Sep 18, 2023
1 parent 57e0fd3 commit fa8ca1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi/Dec.pi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ no' = \A na Z l r. r na
-- Irrefutability is no longer provable
-- since nem is at level 4 while we need a proof of Void at level 1
irrDec' : (A : Type @ 0) -> neg'^4 (neg'^3 (Dec'^0 A)) @ 5
irrDec' = \A ndec. ndec (no'^0 A (\a. PRINTME)) -- ndec (yes'^0 A a)
-- irrDec' = \A ndec. ndec (no'^0 A (\a. ndec (yes'^0 A a)))

-- Decidability as a datatype

Expand Down

0 comments on commit fa8ca1d

Please sign in to comment.