src/HOL/HOLCF/Plain_HOLCF.thy
author wenzelm
Mon, 05 Sep 2016 22:09:52 +0200
changeset 63805 c272680df665
parent 62175 8ffc4d0e652d
child 65379 76a96e32bd23
permissions -rw-r--r--
clarified modules;

(*  Title:      HOL/HOLCF/Plain_HOLCF.thy
    Author:     Brian Huffman
*)

section \<open>Plain HOLCF\<close>

theory Plain_HOLCF
imports Cfun Sfun Cprod Sprod Ssum Up Discrete Lift One Tr Fix
begin

text \<open>
  Basic HOLCF concepts and types; does not include definition packages.
\<close>

hide_const (open) Filter.principal

end