Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. adjust' :: forall s k a . Ord k => (a -> a) -> k -> Map s k a -> Map s k a

    refined-containers Data.Map.Strict.Refined

    If the given key is in the map, update the value at that key using the given function. In any case, the set of keys remains the same.

  2. adjustMaxWithKey :: (Key s k -> a -> a) -> Map s k a -> Map s k a

    refined-containers Data.Map.Strict.Refined

    Adjust the value at the greatest key. The set of keys remains unchanged.

  3. adjustMinWithKey :: (Key s k -> a -> a) -> Map s k a -> Map s k a

    refined-containers Data.Map.Strict.Refined

    Adjust the value at the smallest key. The set of keys remains unchanged.

  4. adjustWithKey :: forall s k a . Ord k => (Key s k -> a -> a) -> k -> Map s k a -> Map s k a

    refined-containers Data.Map.Strict.Refined

    If the given key is in the map, update the associated value using the given function with a proof that the key was in the map; otherwise return the map unchanged. In any case the set of keys remains the same.

  5. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-record Database.Relational.Documentation

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  6. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.IBMDB2

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  7. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.MySQL

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  8. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.Oracle

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  9. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.PostgreSQL

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  10. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.SQLServer

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

Page 189 of many | Previous | Next