package piaf

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

Module Content_type.ParametersSource

Sourcemodule Map : sig ... end
Sourcetype key = string
Sourcetype value =
  1. | String of string
  2. | Token of string
Sourceval key : string -> (key, [> `Msg of string ]) result
Sourceval key_exn : string -> key
Sourceval k : string -> key
Sourceval value : string -> (value, [> `Msg of string ]) result
Sourceval value_exn : string -> value
Sourceval v : string -> value
Sourceval add : key -> value -> t -> t
Sourceval empty : t
Sourceval pp : t Fmt.t
Sourceval of_list : (key * value) list -> t
Sourceval to_list : t -> (key * value) list