src/HOLCF/HOLCF.ML
author wenzelm
Fri, 01 Jul 2005 14:41:57 +0200
changeset 16653 c12c2f411f77
parent 16062 f8110bd9957f
child 16841 228d663cc9b3
permissions -rw-r--r--
isatool install: removed KDE option;

(*  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();