src/HOLCF/HOLCF.thy
author wenzelm
Sun, 22 May 2005 16:51:06 +0200
changeset 16018 3e4e077af2e7
parent 15742 64eae3513064
child 16054 b8ba6727712f
permissions -rw-r--r--
tuned antiquotations;

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

Top theory for HOLCF system.
*)

theory HOLCF
imports Sprod Ssum Up Lift Discrete One Tr Domain
begin

text {*
  Remove continuity lemmas from simp set, so continuity subgoals
  are handled by the @{text cont_proc} simplifier procedure.
*}
declare cont_lemmas1 [simp del]
declare cont_lemmas_ext [simp del]

end