Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PrettyHttpException :: String -> Dynamic -> PrettyHttpExceptiondhall Dhall.Import No documentation available.
Package :: Endo Options -> NonEmpty FilePath -> Modedhall Dhall.Main No documentation available.
-
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.