src/HOL/HOLCF/HOLCF.thy
author wenzelm
Sat, 06 Jan 2018 16:56:07 +0100
changeset 67352 5f7f339f3d7e
parent 65378 4bb51e6334ed
permissions -rw-r--r--
inner syntax comments may be written as "\<comment> \<open>text\<close>";

(*  Title:      HOL/HOLCF/HOLCF.thy
    Author:     Franz Regensburger
    Author:     Brian Huffman

HOLCF -- a semantic extension of HOL by the LCF logic.
*)

theory HOLCF
imports
  Main
  Domain
  Powerdomains
begin

default_sort "domain"

end