package zanuda

  1. Overview
  2. Docs
Linter for OCaml+dune projects

Install

dune-project
 Dependency

Authors

Maintainers

Sources

zanuda-2.0.0.tbz
sha256=0108d8d6e6e23bfe5e5cdade27ae434db921ed4b6f522ea71800f14a7662230e
sha512=c8d633f4083867dfc73caf3b51b63c8c01771f5c286aa0a8357861044448e0b55df38eb695b997df470267ec921adae6f86c73d251fb3e965ac83ebb2c6b856c

doc/zanuda.core/Zanuda_core/Utils/index.html

Module Zanuda_core.UtilsSource

Various helper functions.

Sourceval printfn : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourcemodule ErrorFormat : sig ... end
Sourcetype rdjsonl_code = string * string option
Sourcemodule RDJsonl : sig ... end
Sourceval cut_build_dir : Base.String.t -> Base.String.t
include sig ... end
Sourceval report_printer : Format.formatter -> Location.t -> (Format.formatter -> 'a -> unit) -> 'a -> unit
Sourcemodule Report : sig ... end
Sourceval string_of_group : LINT.group -> string
Sourceval string_of_level : LINT.level -> string
Sourceval string_of_impl : LINT.impl -> string
Sourceval describe_as_clippy_json : ?group:LINT.group -> ?level:LINT.level -> ?impl:LINT.impl -> string -> docs:string -> Yojson.Safe.t
Sourceexception Ident_is_found
Sourceval no_ident_iterator : Ident.T.t -> Tast_iterator.iterator
Sourceval no_ident : Ident.T.t -> (Tast_iterator.iterator -> 'a) -> bool
Sourceval has_ident : Ident.T.t -> (Tast_iterator.iterator -> 'a) -> bool
Sourcetype intf_or_impl = Unit_info.intf_or_impl
Sourceval with_info : Unit_info.intf_or_impl -> source_file:Unit_info.filename -> (Compile_common.info -> 'a) -> 'a