src/HOL/HOLCF/Plain_HOLCF.thy
author huffman
Sun, 25 Mar 2012 20:15:39 +0200
changeset 47108 2a1953f0d20d
parent 42151 4da4fc77664b
child 58880 0baae4311a9f
permissions -rw-r--r--
merged fork with new numeral representation (see NEWS)

(*  Title:      HOL/HOLCF/Plain_HOLCF.thy
    Author:     Brian Huffman
*)

header {* Plain HOLCF *}

theory Plain_HOLCF
imports Cfun Sfun Cprod Sprod Ssum Up Discrete Lift One Tr Fix
begin

text {*
  Basic HOLCF concepts and types; does not include definition packages.
*}

end