src/HOL/HOLCF/HOLCF.thy
author wenzelm
Tue, 06 Sep 2022 21:06:20 +0200
changeset 76074 2456721602b2
parent 65378 4bb51e6334ed
permissions -rw-r--r--
clarified goal structure with proper instantiation of main goal, to support "show_goal_inst";

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