package sihl-contract

  1. Overview
  2. Docs
module Map : sig ... end
type data = string Map.t
type t = {
  1. key : string;
  2. expire_date : Ptime.t;
}
val name : string
exception Exception of string
module type Sig = sig ... end