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.Pretty

Description

 

Documentation

Orphan instances

Pretty Text Source # 
Instance details

Methods

pretty :: Text -> Doc #

prettyList :: [Text] -> Doc #

Pretty Value Source # 
Instance details

Methods

pretty :: Value -> Doc #

prettyList :: [Value] -> Doc #

Pretty SrcSpan Source # 
Instance details

Methods

pretty :: SrcSpan -> Doc #

prettyList :: [SrcSpan] -> Doc #

Pretty CheckError Source # 
Instance details

Pretty ParserError Source # 
Instance details

Pretty EvalError Source # 
Instance details

Pretty Error Source # 
Instance details

Methods

pretty :: Error -> Doc #

prettyList :: [Error] -> Doc #

Pretty (Name a) Source # 
Instance details

Methods

pretty :: Name a -> Doc #

prettyList :: [Name a] -> Doc #

Pretty (Backtrace a) Source # 
Instance details

Methods

pretty :: Backtrace a -> Doc #

prettyList :: [Backtrace a] -> Doc #

Pretty (StackFrame a) Source # 
Instance details

Methods

pretty :: StackFrame a -> Doc #

prettyList :: [StackFrame a] -> Doc #