package sihl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module User.Service

val (let*) : ('a, 'b) Lwt_result.t -> ('a -> ('c, 'b) Lwt_result.t) -> ('c, 'b) Lwt_result.t
module Repo : sig ... end
module User : sig ... end
module Make (CmdService : Cmd.Sig.SERVICE) (DbService : Data.Db.Sig.SERVICE) (Repo : sig ... end) : sig ... end