Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PackageDir

    Cabal-syntax Distribution.Utils.Path

    No documentation available.

  2. PackageImports :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Allow imports to be qualified by the package name the module is intended to be imported from, e.g.

    import "network" Network.Socket
    

  3. ParallelArrays :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Enable parallel arrays syntax ([:, :]) for Data Parallel Haskell.

  4. ParallelListComp :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Provide syntax for writing list comprehensions which iterate over several lists together, like the zipWith family of functions.

  5. PartialTypeSignatures :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Allow anonymous placeholders (underscore) inside type signatures. The type inference engine will generate a message describing the type inferred at the hole's location.

  6. PatternGuards :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Enable a form of guard which matches a pattern and binds variables.

  7. PatternSignatures :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Deprecated, use ScopedTypeVariables instead.

  8. PatternSynonyms :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Allow giving names to and abstracting over patterns.

  9. PolyKinds :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Enable kind polymorphism.

  10. PolymorphicComponents :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    (deprecated) A synonym for RankNTypes. Old description: Allow data constructors to have polymorphic arguments. Unlike RankNTypes, does not allow this for ordinary functions.

Page 318 of many | Previous | Next