labra / StateParser

A very simple extension of Combinator Parsers with State
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Refactor to use a StateT (State Transformer) #1

Open labra opened 9 years ago

labra commented 9 years ago

At this moment the code defines its own state transformer monad

Although it is quite simple, the could could be cleaner if it was using a StateT