Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

    subcategories Control.Subcategory.Applicative

    No documentation available.

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

    subcategories Control.Subcategory.Applicative.Class

    No documentation available.

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

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

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

    typecheck-plugin-nat-simple Data.Log

    No documentation available.

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

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

    what4 What4.Protocol.SMTLib2.Syntax

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

  9. (.&&) :: SupportTermOps v => v -> v -> v

    what4 What4.Protocol.SMTWriter

    No documentation available.

  10. (./=) :: SupportTermOps v => v -> v -> v

    what4 What4.Protocol.SMTWriter

    Compare two elements for in-equality.

Page 46 of many | Previous | Next