Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. PragmaD :: Pragma -> Dec

    template-haskell Language.Haskell.TH

    pragmas

  2. type Pred = Type

    template-haskell Language.Haskell.TH

    Since the advent of ConstraintKinds, constraints are really just types. Equality constraints use the EqualityT constructor. Constraints may also be tuples of other constraints.

  3. PrefixPatSyn :: [Name] -> PatSynArgs

    template-haskell Language.Haskell.TH

    pattern P {x y z} = p
    

  4. Prim :: Callconv

    template-haskell Language.Haskell.TH

    No documentation available.

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

    template-haskell Language.Haskell.TH

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

  6. ProjectionE :: NonEmpty String -> Exp

    template-haskell Language.Haskell.TH

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

  7. PromotedConsT :: Type

    template-haskell Language.Haskell.TH

    '(:)
    

  8. PromotedInfixT :: Type -> Name -> Type -> Type

    template-haskell Language.Haskell.TH

    T :+: T
    

  9. PromotedNilT :: Type

    template-haskell Language.Haskell.TH

    '[]
    

  10. PromotedT :: Name -> Type

    template-haskell Language.Haskell.TH

    'T
    

Page 27 of many | Previous | Next