diff --git a/library/standard/logic.lean b/library/standard/logic.lean index e03cc781c..5f6620689 100644 --- a/library/standard/logic.lean +++ b/library/standard/logic.lean @@ -6,7 +6,7 @@ definition Bool [inline] := Type.{0} inductive false : Bool := -- No constructors -theorem false_elim (c : Bool) (H : false) +theorem false_elim (c : Bool) (H : false) : c := false_rec c H inductive true : Bool :=