src/HOL/HOLCF/Library/HOL_Cpo.thy
author paulson <lp15@cam.ac.uk>
Sun, 19 Apr 2020 22:16:57 +0100
changeset 71771 7c0de1eb6075
parent 62175 8ffc4d0e652d
permissions -rw-r--r--
removal of symmetries in Polytope, plus some tidying

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