package liquid_parser

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

Innovation. Community. Security.