Module Bucket

module Bucket: Bucket

val __pa_ounit_275876e34cf609db118f3d84b799a790 : string
module type Contents = sig .. end
module type S = sig .. end
module Make: 
functor (C : Contents) -> sig .. end
module Int: Make(Int)
module Int64: Make(Int64)
module Float: Make(Float)