Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. maybeKey :: String -> Maybe String -> Query

    bodhi Fedora.Bodhi

    Maybe create a query key

  2. maybeL :: Lens' a (Maybe b) -> Maybe b -> a -> a

    cabal-debian Debian.Debianize.Prelude

    If the current value of view x is Nothing, replace it with f.

  3. maybeLens :: a -> Lens' a b -> Lens' (Maybe a) b

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  4. maybeRead :: Read a => String -> Maybe a

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  5. maybeDecompress :: ByteString -> ByteString

    cabal-install Distribution.Client.GZipUtils

    Attempts to decompress the bytes under the assumption that "data format" error at the very beginning of the stream means that it is already decompressed. Caller should make sanity checks to verify that it is not, in fact, garbage. This is to deal with http proxies that lie to us and transparently decompress without removing the content-encoding header. See: https://github.com/haskell/cabal/issues/678

  6. maybeRepoRemote :: Repo -> Maybe RemoteRepo

    cabal-install Distribution.Client.Types.Repo

    Extract RemoteRepo from Repo if remote.

  7. maybeColor :: Handle -> [SGR] -> String -> IO String

    cabal2nix Distribution.Nixpkgs.Color

    If the given Handle should be colored, wrap a String in SGR codes.

  8. maybeSubstTm :: HasCallStack => Doc () -> Maybe Subst -> Term -> Term

    clash-lib Clash.Core.Subst

    Substitute within a Term. Just return original term if given substitution is Nothing.

  9. maybeTuple :: Text -> Maybe (Text, Text)

    clash-lib Clash.Netlist.Id.Common

    No documentation available.

  10. maybeConvertToCustomRepr :: CustomReprs -> Type -> FilteredHWType -> FilteredHWType

    clash-lib Clash.Netlist.Util

    Given a map containing custom bit representation, a type, and the same type represented as HWType, convert the HWType to a CustomSP/CustomSum if it has a custom bit representation.

Page 64 of many | Previous | Next