src/HOL/HOLCF/Library/HOL_Cpo.thy
author nipkow
Tue, 29 Oct 2024 10:26:06 +0100
changeset 81285 34f3ec8d4d24
parent 62175 8ffc4d0e652d
permissions -rw-r--r--
more attribute tuning

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