Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. ifMetagenerationMatch :: StorageObjectsRewrite -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Rewrite

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

  2. 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.

  3. 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.

  4. 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.

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

    riak-protobuf Data.Riak.Proto

    No documentation available.

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

    xmonad-contrib XMonad.Layout.IfMax

    Layout itself

  7. 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.

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

    xmonad-contrib XMonad.Layout.IfMax

    No documentation available.

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

    xmonad-contrib XMonad.Layout.IfMax

    No documentation available.

  10. 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.

Page 11 of many | Previous | Next