src/HOL/HOLCF/HOLCF.thy
author wenzelm
Wed, 29 Aug 2012 21:27:32 +0200
changeset 49005 96d5e42e5e3a
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
approximative build of pdf documents in 1 pass instead of 3;

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