This PR brings the stateful parsing API into compliance with parsley, which has abandoned the name "register" in favour of stateful references. This is much less alien terminology. While the operations are named slightly differently from the usual Haskell naming, they are consistent with the parsley naming and also distinguish them from things like the State monad.
This PR brings the stateful parsing API into compliance with
parsley
, which has abandoned the name "register" in favour of stateful references. This is much less alien terminology. While the operations are named slightly differently from the usual Haskell naming, they are consistent with theparsley
naming and also distinguish them from things like theState
monad.