97b1998def
definition', '[opaque]' is not a hint, but a kind of definition
9 lines
159 B
Text
9 lines
159 B
Text
import .tactic
|
|
open tactic
|
|
|
|
namespace fake_simplifier
|
|
|
|
-- until we have the simplifier...
|
|
opaque definition simp : tactic := apply @sorry
|
|
|
|
end fake_simplifier
|