src/HOL/HOLCF/Library/HOLCF_Library.thy
author huffman
Sat, 11 Dec 2010 21:27:53 -0800
changeset 41112 866148b76247
parent 40774 0437dbc127b3
permissions -rw-r--r--
add HOLCF library theories with cpo/predomain instances for HOL types

theory HOLCF_Library
imports
  Bool_Discrete
  Char_Discrete
  Defl_Bifinite
  Int_Discrete
  List_Cpo
  List_Predomain
  Nat_Discrete
  Option_Cpo
  Stream
  Sum_Cpo
begin

end