src/HOL/HOLCF/HOLCF.thy
author wenzelm
Sat, 03 Dec 2011 13:11:50 +0100
changeset 45744 0ad063afa3d6
parent 45049 13efaee97111
child 65378 4bb51e6334ed
permissions -rw-r--r--
caret_range based on BreakIterator, which handles combined unicode characters as well;

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