dzen-dhall-1.0.2: Configure dzen2 bars in Dhall language

Safe HaskellNone
LanguageHaskell2010

DzenDhall.Validation

Description

Functions for `config.dhall` validation.

Synopsis

Documentation

run :: [Token] -> IO ([Error], [Token]) Source #

getError :: Parsec Void String Text -> String -> Maybe (ParseErrorBundle String Void) Source #

Check if the input is parseable by the parser.

report :: [Error] -> Text Source #

Pretty-print errors.