src/HOLCF/Plain_HOLCF.thy
author huffman
Wed, 10 Nov 2010 17:56:08 -0800
changeset 40502 8e92772bc0e8
child 40592 f432973ce0f6
permissions -rw-r--r--
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF

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

header {* Plain HOLCF *}

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

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

end