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. Pi :: Maybe CharacterSet -> Text -> Expr s a -> Expr s a -> Expr s a

    dhall Dhall.Core

    Pi _ "_" A B                               ~        A  -> B
    Pi _ x   A B                               ~  ∀(x : A) -> B
    

  2. Prefer :: Maybe CharacterSet -> PreferAnnotation -> Expr s a -> Expr s a -> Expr s a

    dhall Dhall.Core

    Prefer _ _ x y                           ~  x ⫽ y
    

  3. data PreferAnnotation

    dhall Dhall.Core

    Used to record the origin of a // operator (i.e. from source code or a product of desugaring)

  4. PreferFromCompletion :: PreferAnnotation

    dhall Dhall.Core

    No documentation available.

  5. PreferFromSource :: PreferAnnotation

    dhall Dhall.Core

    No documentation available.

  6. Project :: Expr s a -> Either [Text] (Expr s a) -> Expr s a

    dhall Dhall.Core

    Project e (Left xs)                      ~  e.{ xs }
    Project e (Right t)                      ~  e.(t)
    

  7. data PascalCase

    dhall Dhall.Deriving

    Convert casing to PascalCasedPhrase

  8. data PrettyHttpException

    dhall Dhall.Import

    Wrapper around HttpExceptions with a prettier Show instance In order to keep the library API constant even when the with-http Cabal flag is disabled the pretty error message is pre-rendered and the real HttpException is stored in a Dynamic

  9. PrettyHttpException :: String -> Dynamic -> PrettyHttpException

    dhall Dhall.Import

    No documentation available.

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

    dhall Dhall.Main

    No documentation available.

Page 612 of many | Previous | Next