src/HOL/HOLCF/HOLCF.thy
author wenzelm
Mon, 03 Dec 2012 20:43:40 +0100
changeset 50332 2c7479865e07
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
some notes on the Isabelle component repository at TUM;

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