Documentation

Regex.VM.Basic

def Regex.VM.captureNext {s : String} (σ : Strategy s) (nfa : NFA) (wf : nfa.WellFormed) (p : s.Pos) :
Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def Regex.VM.captureNextBuf {s : String} (nfa : NFA) (wf : nfa.WellFormed) (bufferSize : Nat) (p : s.Pos) :
    Option (Buffer s bufferSize)
    Equations
    Instances For