Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Create a package.dhall from files and directory contents.
-
dhall Dhall.Package Exception thrown when creating a package file.
-
dhall Dhall.Package Whether to recursively create a package for each subdirectory or not. See the documentation of getPackagePathAndContent.
-
This module contains Dhall's parsing logic
-
dhall Dhall.Parser A parsing error
ParseError :: ParseErrorBundle Text Void -> Text -> ParseErrordhall Dhall.Parser No documentation available.
-
dhall Dhall.Parser A Parser that is almost identical to Text.Megaparsec.Parsec except treating Haskell-style comments as whitespace
Parser :: Parsec Void Text a -> Parser adhall Dhall.Parser No documentation available.
-
dhall Dhall.Parser.Expression For efficiency (and simplicity) we only expose two parsers from the result of the parsers function, since these are the only parsers needed outside of this module
Parsers :: Parser (Expr Src a) -> Parser (Expr Src a) -> Parser (Binding Src a) -> Parsers adhall Dhall.Parser.Expression No documentation available.