src/HOL/HOLCF/HOLCF.thy
author hoelzl
Tue, 04 Dec 2012 18:00:37 +0100
changeset 50347 77e3effa50b6
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
prove tendsto_power_div_exp_0 * * * missing rename

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