src/Provers/hypsubst.ML
changeset 30510 4120fc59dd85
parent 27734 dcec1c564f05
child 30515 bca05b17b618
equal deleted inserted replaced
30509:e19d5b459a61 30510:4120fc59dd85
   283 
   283 
   284 (* theory setup *)
   284 (* theory setup *)
   285 
   285 
   286 val hypsubst_setup =
   286 val hypsubst_setup =
   287   Method.add_methods
   287   Method.add_methods
   288     [("hypsubst", Method.no_args (Method.SIMPLE_METHOD' (CHANGED_PROP o hyp_subst_tac)),
   288     [("hypsubst", Method.no_args (SIMPLE_METHOD' (CHANGED_PROP o hyp_subst_tac)),
   289         "substitution using an assumption (improper)"),
   289         "substitution using an assumption (improper)"),
   290      ("simplesubst", Method.thm_args (Method.SIMPLE_METHOD' o stac), "simple substitution")];
   290      ("simplesubst", Method.thm_args (SIMPLE_METHOD' o stac), "simple substitution")];
   291 
   291 
   292 end;
   292 end;