2 lines
75 B
Text
2 lines
75 B
Text
open tactic expr
|
|
example : false := by do exact $ const `does_not_exist []
|
open tactic expr
|
|
example : false := by do exact $ const `does_not_exist []
|