= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package sihl
-
sihl
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module StrMap : sig ... end
val of_yojson : Yojson.Safe.t -> string StrMap.t option
val of_json : string -> string StrMap.t option
val to_yojson :
'a StrMap.t ->
[> `Assoc of (StrMap.key * [> `String of 'b ]) list ]
val to_json : string StrMap.t -> string
val to_sexp : string StrMap.t -> Sexplib0.Sexp.t
val decode_session : Opium.Response.t -> string StrMap.t option
val get_all_resp : Opium.Response.t -> (StrMap.key * string) list CCOption.t
val find_resp : StrMap.key -> Opium.Response.t -> string
val set_value_req :
(StrMap.key * string) list ->
Opium.Request.t ->
Opium.Request.t