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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. uInfixE :: Quote m => m Exp -> m Exp -> m Exp -> m Exp

    template-haskell Language.Haskell.TH.Lib.Internal

    No documentation available.

  2. uInfixP :: Quote m => m Pat -> Name -> m Pat -> m Pat

    template-haskell Language.Haskell.TH.Lib.Internal

    No documentation available.

  3. uInfixT :: Quote m => m Type -> Name -> m Type -> m Type

    template-haskell Language.Haskell.TH.Lib.Internal

    No documentation available.

  4. pprFixity :: Name -> Fixity -> NamespaceSpecifier -> Doc

    template-haskell Language.Haskell.TH.Ppr

    No documentation available.

  5. pprInfixExp :: Exp -> Doc

    template-haskell Language.Haskell.TH.Ppr

    No documentation available.

  6. pprInfixT :: Precedence -> Type -> Doc

    template-haskell Language.Haskell.TH.Ppr

    No documentation available.

  7. pprPrefixOcc :: Name -> Doc

    template-haskell Language.Haskell.TH.Ppr

    No documentation available.

  8. data Fixity

    template-haskell Language.Haskell.TH.Syntax

    No documentation available.

  9. Fixity :: Int -> FixityDirection -> Fixity

    template-haskell Language.Haskell.TH.Syntax

    No documentation available.

  10. data FixityDirection

    template-haskell Language.Haskell.TH.Syntax

    No documentation available.

Page 40 of many | Previous | Next

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