src/HOL/HOLCF/Plain_HOLCF.thy
author wenzelm
Mon, 03 Nov 2014 14:31:15 +0100
changeset 58892 20aa19ecf2cc
parent 58880 0baae4311a9f
child 60040 1fa1023b13b9
permissions -rw-r--r--
eliminated obsolete Proof.goal_message -- print outcome more directly;

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