Parameters
Signature
Sourceval create : Core.Ctx.t -> (string * string) list -> Session__.Model.t Lwt.t Sourceval set :
Core.Ctx.t ->
Session__.Model.t ->
key:string ->
value:string ->
unit Lwt.t Sourceval get : Core.Ctx.t -> Session__.Model.t -> key:string -> string option Lwt.t