10 lines
153 B
Text
10 lines
153 B
Text
|
import .tactic
|
||
|
using tactic
|
||
|
|
||
|
namespace fake_simplifier
|
||
|
|
||
|
-- until we have the simplifier...
|
||
|
definition simp : tactic := apply @sorry
|
||
|
|
||
|
end fake_simplifier
|