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.

  1. PrettyHttpException :: String -> Dynamic -> PrettyHttpException

    dhall Dhall.Import

    No documentation available.

  2. Package :: Endo Options -> NonEmpty FilePath -> Mode

    dhall Dhall.Main

    No documentation available.

  3. module Dhall.Package

    Create a package.dhall from files and directory contents.

  4. data PackageError

    dhall Dhall.Package

    Exception thrown when creating a package file.

  5. data PackagingMode

    dhall Dhall.Package

    Whether to recursively create a package for each subdirectory or not. See the documentation of getPackagePathAndContent.

  6. module Dhall.Parser

    This module contains Dhall's parsing logic

  7. data ParseError

    dhall Dhall.Parser

    A parsing error

  8. ParseError :: ParseErrorBundle Text Void -> Text -> ParseError

    dhall Dhall.Parser

    No documentation available.

  9. newtype Parser a

    dhall Dhall.Parser

    A Parser that is almost identical to Text.Megaparsec.Parsec except treating Haskell-style comments as whitespace

  10. Parser :: Parsec Void Text a -> Parser a

    dhall Dhall.Parser

    No documentation available.

Page 615 of many | Previous | Next