lean2/library/tools/fake_simplifier.lean
2015-05-08 16:40:03 -07:00

8 lines
136 B
Text

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