Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type family (from :: Rat)
... (to :: Rat) :: [Rat]o-clock Time.Series Creates the list of time units in descending order by provided the highest and the lowest bound of the desired list. Throws the error when time units are not in the right order. Usage example:
>>> seriesF @(Hour ... Second) $ hour 3 +:+ minute 5 +:+ sec 3 +:+ ms 123 "3h5m3+123/1000s"
-
oeis2 Math.OEIS.Internal No documentation available.
(
.: ) :: (r -> z) -> (a -> b -> r) -> a -> b -> zopaleye Opaleye.Internal.Helpers No documentation available.
(
.:. ) :: (r -> z) -> (a -> b -> c -> r) -> a -> b -> c -> zopaleye Opaleye.Internal.Helpers No documentation available.
(
.:: ) :: (r -> z) -> (a -> b -> c -> d -> r) -> a -> b -> c -> d -> zopaleye Opaleye.Internal.Helpers No documentation available.
(
.::. ) :: (r -> z) -> (a -> b -> c -> d -> e -> r) -> a -> b -> c -> d -> e -> zopaleye Opaleye.Internal.Helpers No documentation available.
(
.&& ) :: Field PGBool -> Field PGBool -> Field PGBoolopaleye Opaleye.Internal.Operators Boolean and
(
.== ) :: Default EqPP columns columns => columns -> columns -> Field PGBoolopaleye Opaleye.Internal.Operators No documentation available.
(
.|| ) :: Field SqlBool -> Field SqlBool -> Field SqlBoolopaleye Opaleye.Internal.Operators No documentation available.
(
.#> ) :: SqlIsJson json => FieldNullable json -> Field (SqlArray SqlText) -> FieldNullable jsonopaleye Opaleye.Operators Get JSON object at specified path.