7 lines
104 B
Text
7 lines
104 B
Text
example : False :=
|
|
have False := _
|
|
|
|
example : 5 = 3 :=
|
|
have t : True := _
|
|
have f : 5 = 6 := _
|
|
f
|