src/HOL/HOLCF/HOLCF.thy
author wenzelm
Mon, 06 Sep 2021 12:23:06 +0200
changeset 74245 282cd3aa6cc6
parent 65378 4bb51e6334ed
permissions -rw-r--r--
clarified modules;

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