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