package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val let* : ('a, 'b) Lwt_result.t -> ('a -> ('c, 'b) Lwt_result.t) -> ('c, 'b) Lwt_result.t
val kind : string
module TokenData : sig ... end
module Make (TokenService : Token.Sig.SERVICE) (UserService : sig ... end) : sig ... end