Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setInput :: BEncode -> BParser ()bencode Data.BEncode.Parser No documentation available.
setupPP :: PackagePath -> Boolcabal-install-solver Distribution.Solver.Modular.Package Is the package a dependency of a setup script. This is used to establish whether or not certain constraints should apply to this dependency (grep setupPP to see the use sites).
setupDeps :: Monoid a => ComponentDeps a -> acabal-install-solver Distribution.Solver.Types.ComponentDeps Setup dependencies.
setDefaultExpiration :: Cache k v -> Maybe TimeSpec -> Cache k vcache Data.Cache Change the default expiration value of newly added cache items. See newCache for more information on the default expiration value.
setMB :: Int -> Approx -> Approxcdar-mBound Data.CDAR.Approx No documentation available.
setCookie :: MonadCGI m => Cookie -> m ()cgi Network.CGI Set a cookie.
setHeader :: MonadCGI m => String -> String -> m ()cgi Network.CGI Add a response header. Example:
setHeader "Content-type" "text/plain"
setStatus :: MonadCGI m => Int -> String -> m ()cgi Network.CGI Set the HTTP response status.
-
clash-prelude Clash.Class.BitPack Set the bits between bit index m and bit index n. NB: Bit indices are DESCENDING.
>>> pack (-5 :: Signed 6) 0b11_1011 >>> setSlice d4 d3 0 (-5 :: Signed 6) -29 >>> pack (-29 :: Signed 6) 0b10_0011
>>> setSlice d6 d5 0 (-5 :: Signed 6) <interactive>:... • Couldn't match type ‘7 + i0’ with ‘6’ arising from a use of ‘setSlice’ The type variable ‘i0’ is ambiguous • In the expression: setSlice d6 d5 0 (- 5 :: Signed 6) In an equation for ‘it’: it = setSlice d6 d5 0 (- 5 :: Signed 6)
# 175 "srcClashClassBitPackBitIndex.hs" -
clash-prelude Clash.Class.BitPack.BitIndex Set the bits between bit index m and bit index n. NB: Bit indices are DESCENDING.
>>> pack (-5 :: Signed 6) 0b11_1011 >>> setSlice d4 d3 0 (-5 :: Signed 6) -29 >>> pack (-29 :: Signed 6) 0b10_0011
>>> setSlice d6 d5 0 (-5 :: Signed 6) <interactive>:... • Couldn't match type ‘7 + i0’ with ‘6’ arising from a use of ‘setSlice’ The type variable ‘i0’ is ambiguous • In the expression: setSlice d6 d5 0 (- 5 :: Signed 6) In an equation for ‘it’: it = setSlice d6 d5 0 (- 5 :: Signed 6)
# 175 "srcClashClassBitPackBitIndex.hs"