License | BSD-3-Clause |
---|---|
Maintainer | Jamie Willis |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Parsley.Internal.Backend.Machine.Types.Offset
Description
This module contains the statically refined Offset
type,
which can be used to reason about input in different parts of
a parser as it is evaluated.
Since: 1.4.0.0
Documentation
Augments a regular
with information about its origins and
how much input is known to have been consumed since it came into existence.
This can be used to statically evaluate handlers (see
Code
(Rep
o)staHandlerEval
).
Since: 1.4.0.0
Constructors
Offset | |