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.
-
refined-containers Data.Map.Strict.Refined Apply a function to all values in a map and collect only the Just results, returning a potentially smaller map.
-
refined-containers Data.Map.Strict.Refined Apply a function to all values in a map, together with their corresponding keys, and collect only the Just results, returning a potentially smaller map.
flattenMaybe :: ProjectableMaybe p => p (Maybe (Maybe a)) -> p (Maybe a)relational-record Database.Relational.Documentation Compose nested Maybe phantom type on record.
-
relational-record Database.Relational.Documentation Operator from maybe type using record extended isNull.
negateMaybe :: (OperatorContext c, Num a) => Record c (Maybe a) -> Record c (Maybe a)relational-record Database.Relational.Documentation Number negate uni-operator corresponding SQL -.
-
relational-record Database.Relational.Documentation Join sub-query. Query result is Maybe. The combinations of query and queryMaybe express inner joins, left outer joins, right outer joins, and full outer joins. Here is an example of a right outer join:
outerJoin = relation $ do e <- queryMaybe employee d <- query department on $ e ?! E.deptId' .=. just (d ! D.deptId') return $ (,) |$| e |*| d
-
relational-record Database.Relational.Documentation Aggregation function SUM.
class
ProjectableFlattenMaybe a brelational-schemas Database.Custom.IBMDB2 Interface to compose phantom Maybe nested type.
class
ProjectableMaybe (p :: Type -> Type)relational-schemas Database.Custom.IBMDB2 Interface to control Maybe of phantom type in records.
-
relational-schemas Database.Custom.IBMDB2 Aggregation function AVG.