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.

  1. 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"
    

  2. (.+) :: Char -> Text -> Text

    oeis2 Math.OEIS.Internal

    No documentation available.

  3. (.:) :: (r -> z) -> (a -> b -> r) -> a -> b -> z

    opaleye Opaleye.Internal.Helpers

    No documentation available.

  4. (.:.) :: (r -> z) -> (a -> b -> c -> r) -> a -> b -> c -> z

    opaleye Opaleye.Internal.Helpers

    No documentation available.

  5. (.::) :: (r -> z) -> (a -> b -> c -> d -> r) -> a -> b -> c -> d -> z

    opaleye Opaleye.Internal.Helpers

    No documentation available.

  6. (.::.) :: (r -> z) -> (a -> b -> c -> d -> e -> r) -> a -> b -> c -> d -> e -> z

    opaleye Opaleye.Internal.Helpers

    No documentation available.

  7. (.&&) :: Field PGBool -> Field PGBool -> Field PGBool

    opaleye Opaleye.Internal.Operators

    Boolean and

  8. (.==) :: Default EqPP columns columns => columns -> columns -> Field PGBool

    opaleye Opaleye.Internal.Operators

    No documentation available.

  9. (.||) :: Field SqlBool -> Field SqlBool -> Field SqlBool

    opaleye Opaleye.Internal.Operators

    No documentation available.

  10. (.#>) :: SqlIsJson json => FieldNullable json -> Field (SqlArray SqlText) -> FieldNullable json

    opaleye Opaleye.Operators

    Get JSON object at specified path.

Page 71 of many | Previous | Next