lean2/library/tools/fake_simplifier.lean

10 lines
152 B
Text
Raw Normal View History

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