fix(builtin/kernel): incorrect comment
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e42b616438
commit
25086947fa
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ infix 50 ≠ : neq
|
|||
theorem em (a : Bool) : a ∨ ¬ a
|
||||
:= λ Hna : ¬ a, Hna
|
||||
|
||||
-- Boolean completeness
|
||||
axiom case (P : Bool → Bool) (H1 : P true) (H2 : P false) (a : Bool) : P a
|
||||
|
||||
axiom refl {A : TypeU} (a : A) : a == a
|
||||
|
|
Loading…
Reference in a new issue