lean2/library/standard/tools/fake_simplifier.lean

10 lines
153 B
Text
Raw Normal View History

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