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. PostIncOp :: UOp

    ghc GHC.JS.Syntax

    Postfix Increment: x++

  2. pattern PreDec :: JExpr -> JExpr

    ghc GHC.JS.Syntax

    pattern synonym for prefix decrement --x

  3. PreDecOp :: UOp

    ghc GHC.JS.Syntax

    Prefix Decrement: --x

  4. pattern PreInc :: JExpr -> JExpr

    ghc GHC.JS.Syntax

    pattern synonym for prefix increment ++x

  5. PreIncOp :: UOp

    ghc GHC.JS.Syntax

    Prefix Increment: ++x

  6. type PkgsLoaded = UniqDFM UnitId LoadedPkgInfo

    ghc GHC.Linker.Types

    No documentation available.

  7. Phi :: LlvmType -> [(LlvmVar, LlvmVar)] -> LlvmExpression

    ghc 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.

  8. Private :: LlvmLinkageType

    ghc GHC.Llvm

    Symbol is private to the module and should not appear in the symbol table

  9. module GHC.Llvm.Ppr

    Pretty print LLVM IR Code.

  10. Phi :: LlvmType -> [(LlvmVar, LlvmVar)] -> LlvmExpression

    ghc 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.

Page 135 of many | Previous | Next