src/HOL/HOLCF/Library/HOL_Cpo.thy
author wenzelm
Sat, 03 Nov 2018 19:31:15 +0100
changeset 69223 44d68a00917c
parent 62175 8ffc4d0e652d
permissions -rw-r--r--
more operations;

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