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.
-
Cabal-syntax Distribution.Utils.Path No documentation available.
PackageImports :: KnownExtensionCabal-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
ParallelArrays :: KnownExtensionCabal-syntax Language.Haskell.Extension Enable parallel arrays syntax ([:, :]) for Data Parallel Haskell.
ParallelListComp :: KnownExtensionCabal-syntax Language.Haskell.Extension Provide syntax for writing list comprehensions which iterate over several lists together, like the zipWith family of functions.
PartialTypeSignatures :: KnownExtensionCabal-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.
PatternGuards :: KnownExtensionCabal-syntax Language.Haskell.Extension Enable a form of guard which matches a pattern and binds variables.
PatternSignatures :: KnownExtensionCabal-syntax Language.Haskell.Extension Deprecated, use ScopedTypeVariables instead.
PatternSynonyms :: KnownExtensionCabal-syntax Language.Haskell.Extension Allow giving names to and abstracting over patterns.
-
Cabal-syntax Language.Haskell.Extension Enable kind polymorphism.
PolymorphicComponents :: KnownExtensionCabal-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.