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.
-
ghc GHC.Iface.Ext.Types pattern synonym
PatternBind :: Scope -> Scope -> Maybe Span -> ContextInfoghc 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.PluginFingerprintChanged :: RecompReasonghc GHC.Iface.Recomp No documentation available.
PluginsChanged :: RecompReasonghc GHC.Iface.Recomp No documentation available.
-
ghc GHC.Iface.Type No documentation available.
PrintExplicitKinds :: Bool -> PrintExplicitKindsghc GHC.Iface.Type No documentation available.
-
ghc GHC.JS.JStg.Syntax Unary Plus: +x
pattern
PostDec :: JStgExpr -> JStgExprghc GHC.JS.JStg.Syntax pattern synonym for postfix decrement --x
-
ghc GHC.JS.JStg.Syntax Postfix Decrement: x--
pattern
PostInc :: JStgExpr -> JStgExprghc GHC.JS.JStg.Syntax pattern synonym for postfix increment x++