src/HOL/HOLCF/Plain_HOLCF.thy
author paulson <lp15@cam.ac.uk>
Tue, 10 Feb 2015 16:08:11 +0000
changeset 59504 8c6747dba731
parent 58880 0baae4311a9f
child 60040 1fa1023b13b9
permissions -rw-r--r--
New lemmas and a bit of tidying up.

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