Hoogle Search

Within LTS Haskell 24.28 (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 gt operator for SQL expression.

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

    sql-words Language.SQL.Keyword.Concat

    Binary ge operator for SQL expression.

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

    sql-words Language.SQL.Keyword.Concat

    Binary operator for SQL string expression concatenation.

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

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

    subcategories Control.Subcategory.Applicative

    No documentation available.

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

    subcategories Control.Subcategory.Applicative.Class

    No documentation available.

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

  8. (.=) :: 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]
    

  9. (.+.) :: Log s v -> Log s v -> Log s v

    typecheck-plugin-nat-simple Data.Log

    No documentation available.

  10. (.#) :: forall (dim :: [Factor Type]) (lcsu :: LCSU Type) unit n . (ValidDLU dim lcsu unit, VectorSpace n, Fractional (Scalar n)) => Qu dim lcsu (Point n) -> unit -> n

    units Data.Metrology.Vector

    Infix synonym for pointNumIn.

Page 49 of many | Previous | Next