package stdune

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Module used to represent the (per_xxx ...) forms

The main different between this module and a plain Map is that the map operation applies transformations only once per distinct value.

module Make (Key : Map.Key) : sig ... end