package stdune

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Int : Top_closure_intf.S with type key := int and type 'a monad := 'a Monad.Id.t
module String : Top_closure_intf.S with type key := string and type 'a monad := 'a Monad.Id.t
module 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