Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type XmlArrowS = LA XmlTree XmlTrees

    hxt Text.XML.HXT.DTDValidation.TypeDefs

    No documentation available.

  2. MiscellaneousSymbolsAndArrows :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  3. SupplementalArrowsA :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  4. SupplementalArrowsB :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  5. SupplementalArrowsC :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  6. narrowS :: Width -> Integer -> Integer

    ghc-lib-parser GHC.Cmm.Type

    Narrow a signed value to the given width. The result will reside in [-2^(width-1), +2^(width-1)).

    >>> narrowS W8 256    == 0
    
    >>> narrowS W8 255    == -1
    
    >>> narrowS W8 128    == -128
    
    >>> narrowS W8 127    == 127
    
    >>> narrowS W8 0      == 0
    
    >>> narrowS W8 (-127) == -127
    
    >>> narrowS W8 (-128) == -128
    
    >>> narrowS W8 (-129) == 127
    
    >>> narrowS W8 (-255) == 1
    
    >>> narrowS W8 (-256) == 0
    

  7. ContextArrowSyntax :: TypeSyntax

    ghc-lib-parser GHC.Tc.Errors.Types

    ctx => t
    

  8. FunctionArrowSyntax :: TypeSyntax

    ghc-lib-parser GHC.Tc.Errors.Types

    t1 -> t2
    

  9. NoArrows :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  10. NoArrows :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

Page 6 of many | Previous | Next