src/HOL/HOLCF/HOLCF.thy
author haftmann
Thu, 03 Dec 2015 15:33:00 +0100
changeset 61780 b319013d2d33
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
moved section according to supposed order of interest

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