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. PatSynDec :: DeclType

    ghc GHC.Iface.Ext.Types

    pattern synonym

  2. PatternBind :: Scope -> Scope -> Maybe Span -> ContextInfo

    ghc GHC.Iface.Ext.Types

    Pattern binding This case is tricky because the bound identifier can be used in two distinct scopes. Consider the following example (with -XViewPatterns)

    do (b, a, (a -> True)) <- bar
    foo a
    
    The identifier a has two scopes: in the view pattern (a -> True) and in the rest of the do-block in foo a.

  3. PluginFingerprintChanged :: RecompReason

    ghc GHC.Iface.Recomp

    No documentation available.

  4. PluginsChanged :: RecompReason

    ghc GHC.Iface.Recomp

    No documentation available.

  5. newtype PrintExplicitKinds

    ghc GHC.Iface.Type

    No documentation available.

  6. PrintExplicitKinds :: Bool -> PrintExplicitKinds

    ghc GHC.Iface.Type

    No documentation available.

  7. PlusOp :: UOp

    ghc GHC.JS.JStg.Syntax

    Unary Plus: +x

  8. pattern PostDec :: JStgExpr -> JStgExpr

    ghc GHC.JS.JStg.Syntax

    pattern synonym for postfix decrement --x

  9. PostDecOp :: UOp

    ghc GHC.JS.JStg.Syntax

    Postfix Decrement: x--

  10. pattern PostInc :: JStgExpr -> JStgExpr

    ghc GHC.JS.JStg.Syntax

    pattern synonym for postfix increment x++

Page 133 of many | Previous | Next