• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. PrefixPatSyn :: [Name] -> PatSynArgs

    ghc-lib-parser GHC.Internal.TH.Syntax

    pattern P {x y z} = p
    

  2. Prim :: Callconv

    ghc-lib-parser GHC.Internal.TH.Syntax

    No documentation available.

  3. PrimTyConI :: Name -> Arity -> Unlifted -> Info

    ghc-lib-parser GHC.Internal.TH.Syntax

    A "primitive" type constructor, which can't be expressed with a Dec. Examples: (->), Int#.

  4. ProjectionE :: NonEmpty String -> Exp

    ghc-lib-parser GHC.Internal.TH.Syntax

    (.x) or (.x.y) (Record projections)

  5. PromotedConsT :: Type

    ghc-lib-parser GHC.Internal.TH.Syntax

    '(:)
    

  6. PromotedInfixT :: Type -> Name -> Type -> Type

    ghc-lib-parser GHC.Internal.TH.Syntax

    T :+: T
    

  7. PromotedNilT :: Type

    ghc-lib-parser GHC.Internal.TH.Syntax

    '[]
    

  8. PromotedT :: Name -> Type

    ghc-lib-parser GHC.Internal.TH.Syntax

    'T
    

  9. PromotedTupleT :: Int -> Type

    ghc-lib-parser GHC.Internal.TH.Syntax

    '(), '(,), '(,,), etc.

  10. PromotedUInfixT :: Type -> Name -> Type -> Type

    ghc-lib-parser GHC.Internal.TH.Syntax

    T :+: T
    
    See Language.Haskell.TH.Syntax#infix

Page 529 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete