Module Template.DataSource

Sourcetype t = (string * string) list
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval equal : t -> t -> bool
Sourceval empty : t
Sourceval add : key:string -> value:string -> t -> t
Sourceval make : (string * string) list -> t