package sihl-contract

  1. Overview
  2. Docs

Module Sihl_contract.SessionSource

Sourcemodule Map : sig ... end
Sourcetype data = string Map.t
Sourcetype t = {
  1. key : string;
  2. expire_date : Ptime.t;
}
Sourceval name : string
Sourceexception Exception of string
Sourcemodule type Sig = sig ... end