src/HOL/HOLCF/Plain_HOLCF.thy
author wenzelm
Tue, 31 Mar 2015 22:31:05 +0200
changeset 59886 e0dc738eb08c
parent 58880 0baae4311a9f
child 60040 1fa1023b13b9
permissions -rw-r--r--
support for explicit scope of private entries;

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