Liquid_parser.BoundsSourcetype bound_finders = {start : Liquid_syntax.Syntax.lex_token;stop : Liquid_syntax.Syntax.lex_token;other : Liquid_syntax.Syntax.lex_token Base.list Base.option;conflicts : bound_finders Base.list Base.option;}val p_to_b :
Liquid_syntax.Syntax.lex_token ->
Liquid_syntax.Syntax.lex_token ->
bound_findersval pair_to_bounds :
Liquid_syntax.Syntax.lex_token ->
Liquid_syntax.Syntax.lex_token ->
bound_finders optionval bounds_to_chunks :
'a Base.List.t ->
(int * int) Base.List.t ->
'a Base.List.t Base.List.t