package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Sig : sig ... end
val let* : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val pp_fn : Ppx_deriving_runtime.Format.formatter -> fn -> Ppx_deriving_runtime.unit
type t = {
  1. name : Base.string;
  2. help : Base.string Base.option;
  3. description : Base.string;
  4. fn : fn;
}
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val make : name:Base.string -> ?help:Base.string -> description:Base.string -> fn:fn -> unit -> t
val fn : t -> fn
val description : t -> Base.string
val help : t -> Base.string Base.option
val name : t -> Base.string
module Fields : sig ... end
val show : t -> string