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.JS.Syntax Postfix Increment: x++
pattern
PreDec :: JExpr -> JExprghc GHC.JS.Syntax pattern synonym for prefix decrement --x
-
ghc GHC.JS.Syntax Prefix Decrement: --x
pattern
PreInc :: JExpr -> JExprghc GHC.JS.Syntax pattern synonym for prefix increment ++x
-
ghc GHC.JS.Syntax Prefix Increment: ++x
type
PkgsLoaded = UniqDFM UnitId LoadedPkgInfoghc GHC.Linker.Types No documentation available.
Phi :: LlvmType -> [(LlvmVar, LlvmVar)] -> LlvmExpressionghc GHC.Llvm Merge variables from different basic blocks which are predecessors of this basic block in a new variable of type tp. * tp: type of the merged variable, must match the types of the predecessor variables. * predecessors: A list of variables and the basic block that they originate from.
-
ghc GHC.Llvm Symbol is private to the module and should not appear in the symbol table
-
Pretty print LLVM IR Code.
Phi :: LlvmType -> [(LlvmVar, LlvmVar)] -> LlvmExpressionghc GHC.Llvm.Syntax Merge variables from different basic blocks which are predecessors of this basic block in a new variable of type tp. * tp: type of the merged variable, must match the types of the predecessor variables. * predecessors: A list of variables and the basic block that they originate from.