You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/-- `withoutPosition(p)` runs `p` without the saved position, meaning that position-checkingparsers like `colGt` will have no effect. This is usually used by bracketing constructs like`(...)` so that the user can locally override whitespace sensitivity.This parser has the same arity as `p` - it just forwards the results of `p`. -/@[builtin_doc]defwithoutPosition (p : Parser) : Parser :=
adaptCacheableContext ({ · with savedPos? := none }) p
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: