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.
type
XmlArrowS = LA XmlTree XmlTreeshxt Text.XML.HXT.DTDValidation.TypeDefs No documentation available.
MiscellaneousSymbolsAndArrows :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
SupplementalArrowsA :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
SupplementalArrowsB :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
SupplementalArrowsC :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
narrowS :: Width -> Integer -> Integerghc-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
ContextArrowSyntax :: TypeSyntaxghc-lib-parser GHC.Tc.Errors.Types ctx => t
FunctionArrowSyntax :: TypeSyntaxghc-lib-parser GHC.Tc.Errors.Types t1 -> t2
-
hint Language.Haskell.Interpreter No documentation available.
-
hint Language.Haskell.Interpreter.Extension No documentation available.