| Copyright | (c) 2020-2021 Alexandre Moreno |
|---|---|
| License | BSD-3-Clause OR Apache-2.0 |
| Maintainer | Alexandre Moreno <alexmorenocano@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.Jsonnet.Parser
Description
Parser for Jsonnet source code.
Documentation
Arguments
| :: MonadError Error m | |
| => FilePath | File name (only for source location annotations) |
| -> Text | Input for parser |
| -> m Expr' | AST with unresolved imports |