src/HOL/HOLCF/Library/HOLCF_Library.thy
author wenzelm
Wed, 19 Apr 2017 21:32:46 +0200
changeset 65518 bc8fa59211b7
parent 41112 866148b76247
permissions -rw-r--r--
wrapper for "isabelle update_imports" with selection options like "isabelle build";

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