package soteria

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

Module Soteria_std.Map

Extensions to Stdlib.Map with pretty-printing support.

include module type of struct include Map end
module type OrderedType = Map.OrderedType

Input signature of the functor Make.

module type S = Map.S

Output signature of the functor Make.

module Make (Key : Soteria_std.Ordered_type.S) : sig ... end