src/HOL/HOLCF/Plain_HOLCF.thy
author wenzelm
Fri, 16 Sep 2016 15:54:50 +0200
changeset 63888 5a9a1985e9fb
parent 62175 8ffc4d0e652d
child 65379 76a96e32bd23
permissions -rw-r--r--
sessions that are relevant for routine timing measurements;

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