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. (.<>.) :: Keyword -> Keyword -> Keyword

    sql-words Language.SQL.Keyword.Concat

    Binary not eq operator for SQL expression.

  2. (.=.) :: Keyword -> Keyword -> Keyword

    sql-words Language.SQL.Keyword.Concat

    Binary eq operator for SQL expression.

  3. (.>.) :: Keyword -> Keyword -> Keyword

    sql-words Language.SQL.Keyword.Concat

    Binary gt operator for SQL expression.

  4. (.>=.) :: Keyword -> Keyword -> Keyword

    sql-words Language.SQL.Keyword.Concat

    Binary ge operator for SQL expression.

  5. (.||.) :: Keyword -> Keyword -> Keyword

    sql-words Language.SQL.Keyword.Concat

    Binary operator for SQL string expression concatenation.

  6. (.:) :: forall a (m :: Type -> Type) . a -> StreamK m a -> StreamK m a

    streamly-core Streamly.Internal.Data.StreamK

    Operator equivalent of cons.

    > toList $ 1 .: 2 .: 3 .: nil
    [1,2,3]
    

  7. (.>) :: (CApplicative f, Dom f a, Dom f b) => f a -> f b -> f b

    subcategories Control.Subcategory.Applicative

    No documentation available.

  8. (.>) :: (CApplicative f, Dom f a, Dom f b) => f a -> f b -> f b

    subcategories Control.Subcategory.Applicative.Class

    No documentation available.

  9. (.=) :: ToValue a => Text -> a -> (Text, Value)

    toml-parser Toml.Schema

    Convenience function for building key-value pairs while constructing a Table.

    table [a .= b, c .= d]
    

  10. (.=) :: ToValue a => Text -> a -> (Text, Value)

    toml-parser Toml.Schema.ToValue

    Convenience function for building key-value pairs while constructing a Table.

    table [a .= b, c .= d]
    

Page 49 of many | Previous | Next