sihl.core
Core.Ctx
sihl
sihl.app
sihl.authn
sihl.authz
sihl.cmd
sihl.configuration
sihl.data
sihl.email
sihl.http
sihl.log
sihl.message
sihl.middleware
sihl.queue
sihl.schedule
sihl.seed
sihl.server
sihl.session
sihl.storage
sihl.token
sihl.user
sihl.utils
sihl.web
type t
type 'a key
val empty : t
val add : 'a key -> 'a -> t -> t
val find : 'a key -> t -> 'a option
val remove : 'a key -> t -> t
val create_key : unit -> 'a key
val id : t -> string