Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ifMetagenerationNotMatch :: StorageObjectsRewrite -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Rewrite

    Makes the operation conditional on whether the destination object's current metageneration does not match the given value.

  2. ifMetagenerationMatch :: StorageObjectsUpdate -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Update

    Makes the operation conditional on whether the object's current metageneration matches the given value.

  3. ifMetagenerationNotMatch :: StorageObjectsUpdate -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Update

    Makes the operation conditional on whether the object's current metageneration does not match the given value.

  4. ifModified :: (Functor f, HasField s "ifModified" a) => LensLike' f s a

    riak-protobuf Data.Riak.Proto

    No documentation available.

  5. ifMax :: (LayoutClass l1 w, LayoutClass l2 w) => Int -> l1 w -> l2 w -> IfMax l1 l2 w

    xmonad-contrib XMonad.Layout.IfMax

    Layout itself

  6. module XMonad.Layout.IfMax

    Provides IfMax layout, which will run one layout if there are maximum N windows on workspace, and another layout, when number of windows is greater than N.

  7. data IfMax (l1 :: Type -> Type) (l2 :: Type -> Type) w

    xmonad-contrib XMonad.Layout.IfMax

    No documentation available.

  8. IfMax :: Int -> l1 w -> l2 w -> IfMax (l1 :: Type -> Type) (l2 :: Type -> Type) w

    xmonad-contrib XMonad.Layout.IfMax

    No documentation available.

  9. throwErrnoIfMinus1 :: (Eq a, Num a) => String -> IO a -> IO a

    base Foreign.C.Error

    Throw an IOError corresponding to the current value of getErrno if the IO action returns a result of -1.

  10. throwErrnoIfMinus1Retry :: (Eq a, Num a) => String -> IO a -> IO a

    base Foreign.C.Error

    Throw an IOError corresponding to the current value of getErrno if the IO action returns a result of -1, but retries in case of an interrupted operation.

Page 11 of many | Previous | Next