src/HOL/HOLCF/Library/HOL_Cpo.thy
author wenzelm
Wed, 10 Jan 2024 13:33:36 +0100
changeset 79468 953ada87ea37
parent 62175 8ffc4d0e652d
permissions -rw-r--r--
tuned;

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