src/HOL/HOLCF/Library/HOL_Cpo.thy
author Lars Hupel <lars.hupel@mytum.de>
Tue, 22 Aug 2017 08:55:07 +0200
changeset 66481 d35f7a9f92e2
parent 62175 8ffc4d0e652d
permissions -rw-r--r--
output syntax for pattern aliases

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