src/HOL/HOLCF/Library/HOL_Cpo.thy
author wenzelm
Wed, 04 Oct 2017 12:00:53 +0200
changeset 66787 64b47495676d
parent 62175 8ffc4d0e652d
permissions -rw-r--r--
obsolete;

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