package dune

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

Module Stdune.Map

module type S = sig ... end
module Make (Key : Comparable.S) : S with type key = Key.t
val to_sexp : ('a -> ('b * 'c) list) -> 'b Sexp.Encoder.t -> 'c Sexp.Encoder.t -> 'a Sexp.Encoder.t
val to_dyn : ('a -> ('b * 'c) list) -> ('b -> Stdune__.Dyn0.t) -> ('c -> Stdune__.Dyn0.t) -> 'a -> Stdune__.Dyn0.t
OCaml

Innovation. Community. Security.