| License | BSD-3-Clause |
|---|---|
| Maintainer | Jamie Willis |
| Stability | experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Parsley.Internal.Backend.Machine.Eval
Description
This module exports the eval functions used to convert a machine into code.
Since: 1.0.0.0
Documentation
Arguments
| :: forall o a. (Trace, Ops o, ?ops :: InputOps (StaRep o), ?flags :: Flags) | |
| => LetBinding o a a | The binding to be generated. |
| -> DMap MVar (LetBinding o a) | The map of all other required bindings. |
| -> StaRep o | |
| -> Code (Maybe a) | The code for this parser. |
This function performs the evaluation on the top-level let-bound parser to convert it into code.
Since: 1.0.0.0