src/HOL/HOLCF/Plain_HOLCF.thy
author wenzelm
Mon, 15 Feb 2016 14:55:44 +0100
changeset 62337 d3996d5873dd
parent 62175 8ffc4d0e652d
child 65379 76a96e32bd23
permissions -rw-r--r--
proper syntax;

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