src/HOL/HOLCF/Library/HOL_Cpo.thy
author wenzelm
Sat, 23 May 2015 17:19:37 +0200
changeset 60299 5ae2a2e74c93
parent 58880 0baae4311a9f
child 62175 8ffc4d0e652d
permissions -rw-r--r--
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;

(*  Title:      HOL/HOLCF/Library/HOL_Cpo.thy
    Author:     Brian Huffman
*)

section {* Cpo class instances for all HOL types *}

theory HOL_Cpo
imports
  Bool_Discrete
  Nat_Discrete
  Int_Discrete
  Char_Discrete
  Sum_Cpo
  Option_Cpo
  List_Predomain
begin

end