module type IFDIST = functor (Ops : sig end) -> functor (Source : sig end) -> sig end
functor (Ops : sig end) -> functor (Source : sig end) -> sig end
Ops
sig end
Source
type t = Ops.t
Ops.t
val min : t
t
val max : t
class rng : t -> object end
t -> object end