src/HOL/HOLCF/HOLCF.thy
author blanchet
Mon, 16 Dec 2013 12:26:18 +0100
changeset 54766 6ac273f176cd
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
store alternative proof methods in Isar data structure

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