Module Main.SOURCE_LINTERS

val lint_src_file : file:Yalo__V1.YALO_TYPES.file -> unit
val new_src_file_linter : Yalo__V1.YALO_TYPES.namespace -> string -> warnings:Yalo__V1.YALO_TYPES.warning list -> ?on_begin:(unit -> unit) -> ?on_end:(unit -> unit) -> (file:Yalo__V1.YALO_TYPES.file -> linter:Yalo__V1.YALO_TYPES.linter -> Yalo__V1.YALO_TYPES.src_file_input -> unit) -> unit
val new_src_content_linter : Yalo__V1.YALO_TYPES.namespace -> string -> warnings:Yalo__V1.YALO_TYPES.warning list -> ?on_begin:(unit -> unit) -> ?on_open: (file:Yalo__V1.YALO_TYPES.file -> linter:Yalo__V1.YALO_TYPES.linter -> unit) -> ?on_close: (file:Yalo__V1.YALO_TYPES.file -> linter:Yalo__V1.YALO_TYPES.linter -> unit) -> ?on_end:(unit -> unit) -> (file:Yalo__V1.YALO_TYPES.file -> linter:Yalo__V1.YALO_TYPES.linter -> Yalo__V1.YALO_TYPES.src_content_input -> unit) -> unit
val new_src_line_linter : Yalo__V1.YALO_TYPES.namespace -> string -> warnings:Yalo__V1.YALO_TYPES.warning list -> ?on_begin:(unit -> unit) -> ?on_open: (file:Yalo__V1.YALO_TYPES.file -> linter:Yalo__V1.YALO_TYPES.linter -> unit) -> ?on_close: (file:Yalo__V1.YALO_TYPES.file -> linter:Yalo__V1.YALO_TYPES.linter -> unit) -> ?on_end:(unit -> unit) -> (file:Yalo__V1.YALO_TYPES.file -> linter:Yalo__V1.YALO_TYPES.linter -> Yalo__V1.YALO_TYPES.src_line_input -> unit) -> unit