| 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.Core
Contents
Description
Documentation
Instances
Instances
Constructors
| CLoc :: SrcSpan -> Core -> Core | |
| CLit :: Literal -> Core | |
| CVar :: Name Core -> Core | |
| CLam :: Lam -> Core | |
| CPrim :: Prim -> Core | |
| CApp :: Core -> Args Core -> Core | |
| CLet :: Let -> Core | |
| CObj :: [CField] -> Core | |
| CArr :: [Core] -> Core | |
| CComp :: Comp -> Core -> Core |