src/HOL/HOLCF/HOLCF.thy
author nipkow
Mon, 29 Jul 2024 15:26:03 +0200
changeset 80624 9f8034d29365
parent 65378 4bb51e6334ed
permissions -rw-r--r--
time_function T_map can now be generated automatically.

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