Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. isJustT :: Monad m => MaybeT m a -> m Bool

    errors Control.Error.Util

    Analogous to isJust, but for MaybeT

  2. adjust :: (a -> a) -> Key a -> Vault -> Vault

    vault Data.Vault.Lazy

    Adjust the value for a given key if it's present in the vault.

  3. adjust :: (a -> a) -> Key s a -> Vault s -> Vault s

    vault Data.Vault.ST.Lazy

    Adjust the value for a given key if it's present in the vault.

  4. adjust :: (a -> a) -> Key s a -> Vault s -> Vault s

    vault Data.Vault.ST.Strict

    Adjust the value for a given key if it's present in the vault.

  5. adjust :: (a -> a) -> Key a -> Vault -> Vault

    vault Data.Vault.Strict

    Adjust the value for a given key if it's present in the vault.

  6. module Diagrams.Parametric.Adjust

    Tools for adjusting the length of parametric objects such as segments and trails.

  7. data AdjustMethod n

    diagrams-lib Diagrams.Parametric.Adjust

    What method should be used for adjusting a segment, trail, or path?

  8. data AdjustOpts n

    diagrams-lib Diagrams.Parametric.Adjust

    How should a segment, trail, or path be adjusted?

  9. data AdjustSide

    diagrams-lib Diagrams.Parametric.Adjust

    Which side of a segment, trail, or path should be adjusted?

  10. adjust :: (N t ~ n, Sectionable t, HasArcLength t, Fractional n) => t -> AdjustOpts n -> t

    diagrams-lib Diagrams.Parametric.Adjust

    Adjust the length of a parametric object such as a segment or trail. The second parameter is an option record which controls how the adjustment should be performed; see AdjustOpts.

Page 42 of many | Previous | Next