src/HOL/HOLCF/Plain_HOLCF.thy
author hoelzl
Tue, 13 Jan 2015 19:10:36 +0100
changeset 59353 f0707dc3d9aa
parent 58880 0baae4311a9f
child 60040 1fa1023b13b9
permissions -rw-r--r--
measurability prover: removed app splitting, replaced by more powerful destruction rules

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

section {* 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