We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4362c commit 538b0f0Copy full SHA for 538b0f0
src/Logic.lidr
@@ -316,7 +316,8 @@ $\square$
316
This is how we use \idr{Not} to state that \idr{0} and \idr{1} are different
317
elements of \idr{Nat}:
318
319
-\todo[inline]{Explain \idr{Refl}-lambda syntax and \idr{Uninhabited}}
+\todo[inline]{Explain \idr{Refl}-lambda syntax and \idr{Uninhabited}, keep in
320
+mind https://github.com/idris-lang/Idris-dev/issues/3943}
321
322
> zero_not_one : Not (Z = S _)
323
> zero_not_one = \Refl impossible
0 commit comments