src/HOL/HOLCF/HOLCF.thy
author wenzelm
Thu, 30 May 2013 22:30:38 +0200
changeset 52264 cdba0c3cb4c2
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
tuned messages -- some attempts to observe Isabelle output channel semantics;

(*  Title:      HOL/HOLCF/HOLCF.thy
    Author:     Franz Regensburger

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

theory HOLCF
imports
  Main
  Domain
  Powerdomains
begin

default_sort "domain"

end