package fix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type IMPERATIVE_MAPS = sig ... end
module type PROPERTY = sig ... end
module Make (M : IMPERATIVE_MAPS) (P : PROPERTY) : sig ... end