package sihl-user

  1. Overview
  2. Docs
module Database = Sihl_persistence.Database
module Repository = Sihl_persistence.Repository
module Migration = Sihl_type.Migration
module Migration_state = Sihl_type.Migration_state
module type Sig = sig ... end
type k_v = (string * string) list
val k_v_to_yojson : k_v -> Yojson.Safe.t
val k_v_of_yojson : Yojson.Safe.t -> k_v Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> k_v Ppx_deriving_yojson_runtime.error_or
val string_of_data : string Sihl_type.Session.Map.t -> string
val data_of_string : string -> (string Sihl_type.Session.Map.t, string) Stdlib.result
OCaml

Innovation. Community. Security.