src/Provers/clasimp.ML
changeset 9893 93d2fde0306c
parent 9860 5c5efed691b9
child 9952 24914e42b857
equal deleted inserted replaced
9892:be0389a64ce8 9893:93d2fde0306c
   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"),