src/HOL/HOLCF/Plain_HOLCF.thy
author wenzelm
Tue, 28 Jul 2015 20:59:39 +0200
changeset 60822 4f58f3662e7d
parent 60040 1fa1023b13b9
child 62175 8ffc4d0e652d
permissions -rw-r--r--
more explicit context;

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