Module YALO_LANG.Make_source_linters

Parameters

module M : sig ... end

Signature

val lint_src_file : file:YALO_TYPES.file -> unit
val new_src_file_linter : YALO_TYPES.namespace -> string -> warnings:YALO_TYPES.warning list -> ?on_begin:(unit -> unit) -> ?on_end:(unit -> unit) -> (YALO_TYPES.src_file_input, unit) YALO_TYPES.linter_function -> unit