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-lib-parser GHC.JS.Syntax Unary Plus: +x
pattern
PostDec :: JExpr -> JExprghc-lib-parser GHC.JS.Syntax pattern synonym for postfix decrement --x
-
ghc-lib-parser GHC.JS.Syntax Postfix Decrement: x--
pattern
PostInc :: JExpr -> JExprghc-lib-parser GHC.JS.Syntax pattern synonym for postfix increment x++
-
ghc-lib-parser GHC.JS.Syntax Postfix Increment: x++
pattern
PreDec :: JExpr -> JExprghc-lib-parser GHC.JS.Syntax pattern synonym for prefix decrement --x
-
ghc-lib-parser GHC.JS.Syntax Prefix Decrement: --x
pattern
PreInc :: JExpr -> JExprghc-lib-parser GHC.JS.Syntax pattern synonym for prefix increment ++x
-
ghc-lib-parser GHC.JS.Syntax Prefix Increment: ++x
-
ghc-lib-parser GHC.LanguageExtensions.Type No documentation available.