src/HOL/HOLCF/HOLCF.thy
author wenzelm
Wed, 22 Jun 2016 10:09:20 +0200
changeset 63343 fb5d8a50c641
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
bundle lifting_syntax;

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