package catala

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

Module Catala_utils.MapSource

Small wrapper on top of the stdlib Map module to add some useful functions

include module type of struct include Map end
Sourcemodule type OrderedType = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Ord : OrderedType) : S with type key = Ord.t
OCaml

Innovation. Community. Security.