Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Slab.Execute
implements the execution stage of Slab, i.e. running external
commands (for instance referenced by the run
syntax). This is done after
the evaluation stage (implemented in Slab.Evaluate).
After execution, the resulting blocks can be rendered to HTML by Slab.Render.