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. Property :: String -> Type -> Bool -> Bool -> Property

    dbus DBus.Introspection.Types

    No documentation available.

  2. Parent :: FilePrefix

    dhall Dhall.Core

    Path relative to ..

  3. 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
    

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

    dhall Dhall.Core

    Prefer _ _ x y                           ~  x ⫽ y
    

  5. data PreferAnnotation

    dhall Dhall.Core

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

  6. PreferFromCompletion :: PreferAnnotation

    dhall Dhall.Core

    No documentation available.

  7. PreferFromSource :: PreferAnnotation

    dhall Dhall.Core

    No documentation available.

  8. 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)
    

  9. data PascalCase

    dhall Dhall.Deriving

    Convert casing to PascalCasedPhrase

  10. 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

Page 614 of many | Previous | Next