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