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.
(
.: ) :: forall a (m :: Type -> Type) . a -> StreamK m a -> StreamK m astreamly-core Streamly.Internal.Data.StreamK Operator equivalent of cons.
> toList $ 1 .: 2 .: 3 .: nil [1,2,3]
(
.> ) :: (CApplicative f, Dom f a, Dom f b) => f a -> f b -> f bsubcategories Control.Subcategory.Applicative No documentation available.
(
.> ) :: (CApplicative f, Dom f a, Dom f b) => f a -> f b -> f bsubcategories Control.Subcategory.Applicative.Class No documentation available.
(
.= ) :: 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]
(
.= ) :: 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]
(
.+. ) :: Log s v -> Log s v -> Log s vtypecheck-plugin-nat-simple Data.Log No documentation available.
-
units Data.Metrology.Vector Infix synonym for pointNumIn.
(
./ ) :: Term -> [Term] -> Termwhat4 What4.Protocol.SMTLib2.Syntax x1 ./ [x2, ..., xn] with n >= 1 returns x1 / x2 * ... * xn.
(
.&& ) :: SupportTermOps v => v -> v -> vwhat4 What4.Protocol.SMTWriter No documentation available.
(
./= ) :: SupportTermOps v => v -> v -> vwhat4 What4.Protocol.SMTWriter Compare two elements for in-equality.