src/HOL/HOLCF/Plain_HOLCF.thy
author haftmann
Thu, 03 Dec 2015 15:33:00 +0100
changeset 61780 b319013d2d33
parent 60040 1fa1023b13b9
child 62175 8ffc4d0e652d
permissions -rw-r--r--
moved section according to supposed order of interest

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

hide_const (open) Filter.principal

end