src/HOL/Tools/res_axioms.ML
changeset 18833 bead1a4e966b
parent 18728 6790126ab5f6
child 18920 7635e0060cd4
equal deleted inserted replaced
18832:6ab4de872a70 18833:bead1a4e966b
   471     (CHANGED_PROP o Meson.meson_claset_tac (cnf_rules_of_ths ths) (local_claset_of ctxt));
   471     (CHANGED_PROP o Meson.meson_claset_tac (cnf_rules_of_ths ths) (local_claset_of ctxt));
   472 
   472 
   473 val meson_method_setup =
   473 val meson_method_setup =
   474   Method.add_methods
   474   Method.add_methods
   475     [("meson", Method.thms_ctxt_args meson_meth, 
   475     [("meson", Method.thms_ctxt_args meson_meth, 
   476       "The MESON resolution proof procedure")];
   476       "MESON resolution proof procedure")];
   477 
   477 
   478 
   478 
   479 
   479 
   480 (*** The Skolemization attribute ***)
   480 (*** The Skolemization attribute ***)
   481 
   481