lean2/library/standard/tools/fake_simplifier.lean

9 lines
153 B
Text

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