Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. caseSearchMaybe :: (OperatorContext c, PersistableWidth a) => [(Predicate c, Record c (Maybe a))] -> Record c (Maybe a)

    relational-schemas Database.Custom.PostgreSQL

    Null default version of caseSearch.

  2. flattenMaybe :: ProjectableMaybe p => p (Maybe (Maybe a)) -> p (Maybe a)

    relational-schemas Database.Custom.PostgreSQL

    Compose nested Maybe phantom type on record.

  3. flattenPiMaybe :: (PersistableWidth a, ProjectableFlattenMaybe (Maybe b) c) => Record cont (Maybe a) -> Pi a b -> Record cont c

    relational-schemas Database.Custom.PostgreSQL

    Get narrower record with flatten leaf phantom Maybe types along with projection path.

  4. fromIntegralMaybe :: (SqlContext c, Integral a, Num b) => Record c (Maybe a) -> Record c (Maybe b)

    relational-schemas Database.Custom.PostgreSQL

    Number fromIntegral uni-operator.

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

    relational-schemas Database.Custom.PostgreSQL

    Operator from maybe type using record extended isNull.

  6. likeMaybe :: (OperatorContext c, IsString a, LiteralSQL a) => Record c (Maybe a) -> a -> Record c (Maybe Bool)

    relational-schemas Database.Custom.PostgreSQL

    String-compare operator corresponding SQL LIKE . Maybe type version.

  7. likeMaybe' :: (OperatorContext c, IsString a) => Record c (Maybe a) -> Record c (Maybe a) -> Record c (Maybe Bool)

    relational-schemas Database.Custom.PostgreSQL

    String-compare operator corresponding SQL LIKE .

  8. maxMaybe :: (Ord a, AggregatedContext ac, SqlContext ac) => Record Flat (Maybe a) -> Record ac (Maybe a)

    relational-schemas Database.Custom.PostgreSQL

    Aggregation function MAX.

  9. minMaybe :: (Ord a, AggregatedContext ac, SqlContext ac) => Record Flat (Maybe a) -> Record ac (Maybe a)

    relational-schemas Database.Custom.PostgreSQL

    Aggregation function MIN.

  10. negateMaybe :: (OperatorContext c, Num a) => Record c (Maybe a) -> Record c (Maybe a)

    relational-schemas Database.Custom.PostgreSQL

    Number negate uni-operator corresponding SQL -.

Page 313 of many | Previous | Next