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

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. ParensT :: Type -> Type

    template-haskell Language.Haskell.TH

    (T)
    

  2. type ParentName = Name

    template-haskell Language.Haskell.TH

    In ClassOpI and DataConI, name of the parent class or type

  3. PartialTypeSignatures :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  4. data Pat

    template-haskell Language.Haskell.TH

    Pattern in Haskell given in {}

  5. PatG :: [Stmt] -> Guard

    template-haskell Language.Haskell.TH

    f x { | Just y <- x, Just z <- y } = z
    

  6. data PatSynArgs

    template-haskell Language.Haskell.TH

    A pattern synonym's argument type.

  7. PatSynD :: Name -> PatSynArgs -> PatSynDir -> Pat -> Dec

    template-haskell Language.Haskell.TH

    Pattern Synonyms

  8. data PatSynDir

    template-haskell Language.Haskell.TH

    A pattern synonym's directionality.

  9. PatSynI :: Name -> PatSynType -> Info

    template-haskell Language.Haskell.TH

    A pattern synonym

  10. PatSynSigD :: Name -> PatSynType -> Dec

    template-haskell Language.Haskell.TH

    A pattern synonym's type signature.

Page 25 of many | Previous | Next

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