lean2/library/tools/fake_simplifier.lean
2014-09-19 15:54:32 -07:00

9 lines
161 B
Text

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