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.
adjust' :: forall s k a . Ord k => (a -> a) -> k -> Map s k a -> Map s k arefined-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.
adjustMaxWithKey :: (Key s k -> a -> a) -> Map s k a -> Map s k arefined-containers Data.Map.Strict.Refined Adjust the value at the greatest key. The set of keys remains unchanged.
adjustMinWithKey :: (Key s k -> a -> a) -> Map s k a -> Map s k arefined-containers Data.Map.Strict.Refined Adjust the value at the smallest key. The set of keys remains unchanged.
adjustWithKey :: forall s k a . Ord k => (Key s k -> a -> a) -> k -> Map s k a -> Map s k arefined-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.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-record Database.Relational.Documentation Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.IBMDB2 Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.MySQL Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.Oracle Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.PostgreSQL Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.SQLServer Operator corresponding SQL NOT (... IS NULL) , and extended against record type.