src/HOLCF/HOLCF.thy
author nipkow
Sat, 24 Sep 2005 21:13:15 +0200
changeset 17629 f8ea8068c6d9
parent 17612 5b37787d2d9e
child 17876 b9c92f384109
permissions -rw-r--r--
a few new filter lemmas

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

HOLCF -- a semantic extension of HOL by the LCF logic.
*)

theory HOLCF
imports Sprod Ssum Up Lift Discrete One Tr Domain
uses
  "holcf_logic.ML"
  "cont_consts.ML"
  "domain/library.ML"
  "domain/syntax.ML"
  "domain/axioms.ML"
  "domain/theorems.ML"
  "domain/extender.ML"
  "domain/interface.ML"
  "adm_tac.ML"

begin

ML_setup {*
  simpset_ref() := simpset() addSolver
    (mk_solver' "adm_tac" (fn ss =>
      adm_tac (cut_facts_tac (Simplifier.prems_of_ss ss) THEN' cont_tacRs ss)));
*}

end