Module Stdune.Top_closureSource

Sourcemodule Int : Top_closure_intf.S with type key := int and type 'a monad := 'a Monad.Id.t
Sourcemodule String : Top_closure_intf.S with type key := string and type 'a monad := 'a Monad.Id.t
Sourcemodule Make (Keys : Top_closure_intf.Keys) (Monad : sig ... end) : Top_closure_intf.S with type key := Keys.elt and type 'a monad := 'a Monad.t