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.
(
.| ) :: (b -> c) -> Strategy b -> (a -> b) -> a -> cparallel Control.Parallel.Strategies Sequential function composition. The result of the second function is evaluated using the given strategy, and then given to the first function.
(
.|| ) :: (b -> c) -> Strategy b -> (a -> b) -> a -> cparallel Control.Parallel.Strategies Parallel function composition. The result of the second function is evaluated using the given strategy, in parallel with the application of the first function.
(
.! ) :: FromField a => Record -> Int -> Parser acassava Data.Csv Alias for index.
(
.: ) :: FromField a => NamedRecord -> ByteString -> Parser acassava Data.Csv Alias for lookup.
(
.= ) :: ToField a => ByteString -> a -> (ByteString, ByteString)cassava Data.Csv Alias for namedField.
(
.> ) :: Accessor a b -> Accessor b c -> Accessor a cdata-accessor Data.Accessor Accessor composition: Combine an accessor with an accessor to a sub-field. Speak "stack".
(
.> ) :: T a b -> T b c -> T a cdata-accessor Data.Accessor.Basic Accessor composition: Combine an accessor with an accessor to a sub-field. Speak "stack".
(
.->. ) :: Type -> Type -> Typehaskell-src-meta Language.Haskell.Meta.Syntax.Translate No documentation available.
(
.# ) :: Coercible b a => (b -> c) -> (a -> b) -> a -> clinear Linear.Affine No documentation available.
(
.+^ ) :: (Affine p, Num a) => p a -> Diff p a -> p alinear Linear.Affine Add a vector offset to a point.