package liquid_parser

  1. Overview
  2. Docs

Module Liquid_parser.BoundsSource

Sourceval else_conflicts : bound_finders list option
Sourceval bounds_from_opener : Liquid_syntax.Syntax.lex_token -> bound_finders option
Sourceval remove_last : 'a Base.List.t -> 'a Base.List.t
Sourceval pair_up_bounds : 'a list -> ('a * 'a) list
Sourcetype conflict_type =
  1. | Start
  2. | End
Sourceval has_start_conflict : bound_finders -> Liquid_syntax.Syntax.lex_token -> bool
Sourceval has_end_conflict : bound_finders -> Liquid_syntax.Syntax.lex_token -> bool
Sourceval find_bounds : Liquid_syntax.Syntax.lex_token Base.List.t -> int -> (int * int) list
Sourceval bounds_to_chunks : 'a Base.List.t -> (int * int) Base.List.t -> 'a Base.List.t Base.List.t
Sourceval stop_point_from_bounds : ('a * int) Base.List.t -> int