Sql_preproc.Misc
val error : ?loc:Types.loc -> ('a, unit, string, 'b) Stdlib.format4 -> 'a
val warning : ?loc:Types.loc -> ('a, unit, string, unit) Stdlib.format4 -> 'a
val loc_of_edit :
filename:string ->
Cobol_indent.Types.token_descr ->
Types.loc
val string_of_token : Cobol_indent.Types.token -> string
val resolve_copy : config:Types.config -> string -> string
val replace_colon_words :
cobol_unit:Cobol_unit.Types.cobol_unit ->
string ->
string
val cob_var_extractor_folder : Sql_ast.cobol_var list Sql_ast.Visitor.folder