Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- evaluateTypst :: Monad m => Operations m -> FilePath -> [Markup] -> m (Either ParseError Content)
- valToContent :: Val -> Seq Content
Documentation
:: Monad m | |
=> Operations m | Dictionary of functions for IO operations |
-> FilePath | Path of parsed content |
-> [Markup] | Markup produced by |
-> m (Either ParseError Content) |
Evaluate a parsed typst expression, evaluating the code and replacing it with content.