src/HOL/HOLCF/HOLCF.thy
author wenzelm
Fri, 13 Nov 2015 14:11:54 +0100
changeset 61655 f217bbe4e93e
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
avoid vacuous quantification, as usual for shared variable scope;

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

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

theory HOLCF
imports
  Main
  Domain
  Powerdomains
begin

default_sort "domain"

end