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.
-
template-haskell Language.Haskell.TH pragmas
-
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.
PrefixPatSyn :: [Name] -> PatSynArgstemplate-haskell Language.Haskell.TH pattern P {x y z} = p-
template-haskell Language.Haskell.TH No documentation available.
PrimTyConI :: Name -> Arity -> Unlifted -> Infotemplate-haskell Language.Haskell.TH A "primitive" type constructor, which can't be expressed with a Dec. Examples: (->), Int#.
ProjectionE :: NonEmpty String -> Exptemplate-haskell Language.Haskell.TH (.x) or (.x.y) (Record projections)
-
template-haskell Language.Haskell.TH '(:)
PromotedInfixT :: Type -> Name -> Type -> Typetemplate-haskell Language.Haskell.TH T :+: T
-
template-haskell Language.Haskell.TH '[]
-
template-haskell Language.Haskell.TH 'T