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.

  1. module Dhall.Package

    Create a package.dhall from files and directory contents.

  2. data PackageError

    dhall Dhall.Package

    Exception thrown when creating a package file.

  3. data PackagingMode

    dhall Dhall.Package

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

  4. module Dhall.Parser

    This module contains Dhall's parsing logic

  5. data ParseError

    dhall Dhall.Parser

    A parsing error

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

    dhall Dhall.Parser

    No documentation available.

  7. newtype Parser a

    dhall Dhall.Parser

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

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

    dhall Dhall.Parser

    No documentation available.

  9. data Parsers a

    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

  10. Parsers :: Parser (Expr Src a) -> Parser (Expr Src a) -> Parser (Binding Src a) -> Parsers a

    dhall Dhall.Parser.Expression

    No documentation available.

Page 613 of many | Previous | Next