val with_string :
loc:Location.t ->
(loc:'a -> string -> (Parser.token * 'a) list -> (Parser.token * 'a) list) ->
(Parser.token * 'a) list ->
(Parser.token * 'a) listval with_value :
loc:Location.t ->
(loc:'a -> string -> (Parser.token * 'a) list -> (Parser.token * 'a) list) ->
(Parser.token * 'a) list ->
(Parser.token * 'a) listval with_path :
loc:Location.t ->
string list ->
(loc:Location.t ->
string list ->
(Parser.token * Location.t) list ->
(Parser.token * Location.t) list) ->
(Parser.token * Location.t) list ->
(Parser.token * Location.t) listval check_yalo_annot :
file:Yalo__V1.YALO_TYPES.file ->
loc:Location.t ->
string ->
(Parser.token * Location.t) list ->
(Parser.token * Location.t) listval check_tokens :
file:Yalo__V1.YALO_TYPES.file ->
(Parser.token * Location.t) list ->
unit