equal
deleted
inserted
replaced
306 |
306 |
307 (* theory setup *) |
307 (* theory setup *) |
308 |
308 |
309 val setup = |
309 val setup = |
310 [Attrib.add_attributes |
310 [Attrib.add_attributes |
311 [("iff", iff_attr, "declare simplifier / classical rules")], |
311 [("iff", iff_attr, "declaration of Simplifier / Classical rules")], |
312 Method.add_methods |
312 Method.add_methods |
313 [("fastsimp", clasimp_method' fast_simp_tac, "combined fast and simp"), |
313 [("fastsimp", clasimp_method' fast_simp_tac, "combined fast and simp"), |
314 ("slowsimp", clasimp_method' slow_simp_tac, "combined slow and simp"), |
314 ("slowsimp", clasimp_method' slow_simp_tac, "combined slow and simp"), |
315 ("bestsimp", clasimp_method' best_simp_tac, "combined best and simp"), |
315 ("bestsimp", clasimp_method' best_simp_tac, "combined best and simp"), |
316 ("force", clasimp_method' force_tac, "force"), |
316 ("force", clasimp_method' force_tac, "force"), |