src/HOLCF/HOLCF.thy
author huffman
Sat, 16 Apr 2005 00:17:52 +0200
changeset 15742 64eae3513064
parent 15651 4b393520846e
child 16054 b8ba6727712f
permissions -rw-r--r--
speed improvements for the domain package

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