lean2/library/tools/fake_simplifier.lean
2014-11-30 20:34:12 -08:00

8 lines
143 B
Text

open tactic
namespace fake_simplifier
-- until we have the simplifier...
opaque definition simp : tactic := apply sorry
end fake_simplifier