jsonnet-0.3.1.1: Jsonnet implementaton in pure Haskell
Copyright(c) 2020-2021 Alexandre Moreno
LicenseBSD-3-Clause OR Apache-2.0
MaintainerAlexandre Moreno <alexmorenocano@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Language.Jsonnet.Syntax.Annotated

Description

 
Synopsis

Documentation

type Expr = Ann ExprF SrcSpan Source #

annotated syntax tree with resolved imports

type Expr' = Ann ExprF' SrcSpan Source #

annotated syntax tree with unresolved imports