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. (.|) :: (b -> c) -> Strategy b -> (a -> b) -> a -> c

    parallel 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.

  2. (.||) :: (b -> c) -> Strategy b -> (a -> b) -> a -> c

    parallel 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.

  3. (.!) :: FromField a => Record -> Int -> Parser a

    cassava Data.Csv

    Alias for index.

  4. (.:) :: FromField a => NamedRecord -> ByteString -> Parser a

    cassava Data.Csv

    Alias for lookup.

  5. (.=) :: ToField a => ByteString -> a -> (ByteString, ByteString)

    cassava Data.Csv

    Alias for namedField.

  6. (.>) :: Accessor a b -> Accessor b c -> Accessor a c

    data-accessor Data.Accessor

    Accessor composition: Combine an accessor with an accessor to a sub-field. Speak "stack".

  7. (.>) :: T a b -> T b c -> T a c

    data-accessor Data.Accessor.Basic

    Accessor composition: Combine an accessor with an accessor to a sub-field. Speak "stack".

  8. (.->.) :: Type -> Type -> Type

    haskell-src-meta Language.Haskell.Meta.Syntax.Translate

    No documentation available.

  9. (.#) :: Coercible b a => (b -> c) -> (a -> b) -> a -> c

    linear Linear.Affine

    No documentation available.

  10. (.+^) :: (Affine p, Num a) => p a -> Diff p a -> p a

    linear Linear.Affine

    Add a vector offset to a point.

Page 16 of many | Previous | Next