src/HOL/HOLCF/Library/HOL_Cpo.thy
author wenzelm
Tue, 22 Dec 2020 23:59:45 +0100
changeset 72982 adda33fdb5d0
parent 62175 8ffc4d0e652d
permissions -rw-r--r--
support jdk-15;

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