src/HOLCF/Plain_HOLCF.thy
author bulwahn
Mon, 22 Nov 2010 10:41:57 +0100
changeset 40638 6b137c96df07
parent 40592 f432973ce0f6
permissions -rw-r--r--
adding dummy definition for Code_Evaluation.Abs and hiding constants App less strict

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