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.
-
relational-schemas Database.Custom.PostgreSQL Null default version of caseSearch.
flattenMaybe :: ProjectableMaybe p => p (Maybe (Maybe a)) -> p (Maybe a)relational-schemas Database.Custom.PostgreSQL Compose nested Maybe phantom type on record.
-
relational-schemas Database.Custom.PostgreSQL Get narrower record with flatten leaf phantom Maybe types along with projection path.
fromIntegralMaybe :: (SqlContext c, Integral a, Num b) => Record c (Maybe a) -> Record c (Maybe b)relational-schemas Database.Custom.PostgreSQL Number fromIntegral uni-operator.
-
relational-schemas Database.Custom.PostgreSQL Operator from maybe type using record extended isNull.
-
relational-schemas Database.Custom.PostgreSQL String-compare operator corresponding SQL LIKE . Maybe type version.
-
relational-schemas Database.Custom.PostgreSQL String-compare operator corresponding SQL LIKE .
-
relational-schemas Database.Custom.PostgreSQL Aggregation function MAX.
-
relational-schemas Database.Custom.PostgreSQL Aggregation function MIN.
negateMaybe :: (OperatorContext c, Num a) => Record c (Maybe a) -> Record c (Maybe a)relational-schemas Database.Custom.PostgreSQL Number negate uni-operator corresponding SQL -.