dhall-1.25.0: A configuration language guaranteed to terminate

Safe HaskellNone
LanguageHaskell2010

Dhall.Parser.Expression

Description

Parsing Dhall expressions.

Synopsis

Documentation

setOffset :: MonadParsec e s m => Int -> m () Source #

renderChunks :: Chunks s a -> Text Source #

Similar to renderChunks except that this doesn't bother to render interpolated expressions to avoid a `Buildable a` constraint. The interpolated contents are not necessary for computing how much to dedent a multi-line string

This also doesn't include the surrounding quotes since they would interfere with the whitespace detection

dropLiteral :: Int -> Chunks s a -> Chunks s a Source #