src/HOL/HOLCF/HOLCF.thy
author immler
Wed, 21 Nov 2012 10:51:12 +0100
changeset 50143 4ff5d795ed08
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
dockable with buttons for symbols, grouped and sorted in tabs according to ~~/etc/symbols; search field for symbols

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