src/HOL/HOLCF/Library/HOL_Cpo.thy
author nipkow
Thu, 03 Feb 2022 10:33:55 +0100
changeset 75061 57df04e4f018
parent 62175 8ffc4d0e652d
permissions -rw-r--r--
tuned output syntax: INV and VAR are now blocks

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

section \<open>Cpo class instances for all HOL types\<close>

theory HOL_Cpo
imports
  Bool_Discrete
  Nat_Discrete
  Int_Discrete
  Char_Discrete
  Sum_Cpo
  Option_Cpo
  List_Predomain
begin

end