package unic

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

Module Unic_qualifySource

Sourceval (let*) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourcetype elements = [
  1. | `Only_objects
  2. | `Only_sources
  3. | `All
]
Sourceval objects : [> `Sat of Fpath.t -> (bool, 'a) result ]
Sourceval sources : [> `Sat of Fpath.t -> (bool, 'a) result ]
Sourceval all : [> `Sat of Fpath.t -> (bool, 'a) result ]
Sourceval fold : ?dotfiles:??? -> ?elements:??? -> ?traverse:??? -> (Fpath.t -> 'a -> 'a) -> 'a -> Fpath.t list -> ('a, [> `Msg of string ]) Bos.OS.result
Sourceval only : Fpath.t -> [> `Sat of Fpath.t -> (bool, 'a) result ]
Sourceval run : 'a -> Uniq_cfg.t option -> bool -> Fpath.t -> bool -> (int, [> `Msg of string ]) result
Sourceval recurse : bool Cmdliner.Term.t
Sourceval without_stdlib : bool Cmdliner.Term.t
Sourceval term : int Cmdliner.Term.t
Sourceval cmd : int Cmdliner.Cmd.t