src/HOL/HOLCF/Library/HOL_Cpo.thy
author wenzelm
Wed, 31 Aug 2022 22:59:16 +0200
changeset 76030 39eae8f9dab4
parent 62175 8ffc4d0e652d
permissions -rw-r--r--
eliminated tabs, assuming tab-width=8;

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