package sihl

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

Module User.Service

module Repo : sig ... end
module User : sig ... end
module Make (Log : Log.Sig.SERVICE) (CmdService : Cmd.Sig.SERVICE) (DbService : Data.Db.Sig.SERVICE) (Repo : sig ... end) : sig ... end