src/HOL/HOLCF/HOLCF.thy
author Thomas Lindae <thomas.lindae@in.tum.de>
Wed, 01 May 2024 12:34:53 +0200
changeset 81025 d4eb94b46e83
parent 65378 4bb51e6334ed
permissions -rw-r--r--
lsp: added State and Dynamic Output html_output and margin handling;

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