Hoogle Search

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

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

    sql-words Language.SQL.Keyword.Concat

    Binary operator for SQL string expression concatenation.

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

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

    subcategories Control.Subcategory.Applicative

    No documentation available.

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

    subcategories Control.Subcategory.Applicative.Class

    No documentation available.

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

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

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

    typecheck-plugin-nat-simple Data.Log

    No documentation available.

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

  10. (./) :: Term -> [Term] -> Term

    what4 What4.Protocol.SMTLib2.Syntax

    x1 ./ [x2, ..., xn] with n >= 1 returns x1 / x2 * ... * xn.

Page 49 of many | Previous | Next