src/HOLCF/HOLCF.ML
author wenzelm
Thu, 16 Jun 2005 20:30:37 +0200
changeset 16414 cad2cf55c851
parent 16062 f8110bd9957f
child 16841 228d663cc9b3
permissions -rw-r--r--
tuned;

(*  Title:      HOLCF/HOLCF.ML
    ID:         $Id$
    Author:     Franz Regensburger
*)

structure HOLCF =
struct
  val thy = the_context ();
end;

use "adm_tac.ML";

simpset_ref() := simpset() addSolver
   (mk_solver "adm_tac" (fn thms => (adm_tac (cut_facts_tac thms THEN' cont_tacRs))));

val HOLCF_ss = simpset();