Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
narrowU :: Width -> Integer -> Integerghc-lib-parser GHC.Cmm.Type Narrow a signed or unsigned value to the given width. The result will reside in [0, +2^width).
>>> narrowU W8 256 == 256 >>> narrowU W8 255 == 255 >>> narrowU W8 128 == 128 >>> narrowU W8 127 == 127 >>> narrowU W8 0 == 0 >>> narrowU W8 (-127) == 129 >>> narrowU W8 (-128) == 128 >>> narrowU W8 (-129) == 127 >>> narrowU W8 (-255) == 1 >>> narrowU W8 (-256) == 0
pprArrowWithMultiplicity :: FunTyFlag -> Either Bool SDoc -> SDocghc-lib-parser GHC.Core.Multiplicity No documentation available.
pprThetaArrowTy :: ThetaType -> SDocghc-lib-parser GHC.Core.TyCo.Ppr No documentation available.
ap_larrow :: AnnPSB -> Maybe (EpUniToken "<-" "←")ghc-lib-parser GHC.Hs.Binds No documentation available.
acdh_darrow :: AnnConDeclH98 -> TokDarrowghc-lib-parser GHC.Hs.Decls No documentation available.
matchArrowContextErrString :: HsArrowMatchContext -> SDocghc-lib-parser GHC.Hs.Expr No documentation available.
-
ghc-lib-parser GHC.Hs.Expr No documentation available.
pprArrowMatchContextNoun :: HsArrowMatchContext -> SDocghc-lib-parser GHC.Hs.Expr No documentation available.
pprArrowMatchContextNouns :: HsArrowMatchContext -> SDocghc-lib-parser GHC.Hs.Expr No documentation available.
-
ghc-lib-parser GHC.Hs.Type No documentation available.