package dune-private-libs

  1. Overview
  2. Docs
type t =
  1. | Beg_of_line
  2. | End_of_line
  3. | Beg_of_word
  4. | End_of_word
  5. | Not_bound
  6. | Beg_of_str
  7. | End_of_str
  8. | Last_end_of_line
  9. | Start
  10. | Stop

A view of the top-level of a regex. This type is unstable and may change

val view : Dune_re__.Core.t -> t