2 lines
73 B
Text
2 lines
73 B
Text
open tactic Expr
|
|
example : False := by do exact $ const `doesNotExist []
|
open tactic Expr
|
|
example : False := by do exact $ const `doesNotExist []
|