• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. (.+^) :: AffineSpace p v a => p -> v -> p

    simple-affine-space Data.AffineSpace

    Addition of affine point and vector.

  2. (.-.) :: AffineSpace p v a => p -> p -> v

    simple-affine-space Data.AffineSpace

    Subtraction of two points in the affine space, giving a vector.

  3. (.-^) :: AffineSpace p v a => p -> v -> p

    simple-affine-space Data.AffineSpace

    Subtraction of affine point and vector.

  4. (..:) :: (d -> e) -> (a -> b -> c -> d) -> a -> b -> c -> e

    speculate Test.Speculate.Utils

    No documentation available.

  5. (.:) :: (c -> d) -> (a -> b -> c) -> a -> b -> d

    speculate Test.Speculate.Utils

    No documentation available.

  6. (.:) :: (Applicative f, Arrow arrow) => f (arrow b c) -> f (arrow a b) -> f (arrow a c)

    synthesizer-dimensional Synthesizer.Dimensional.Process

    No documentation available.

  7. (.^) :: (Functor f, Arrow arrow) => arrow b c -> f (arrow a b) -> f (arrow a c)

    synthesizer-dimensional Synthesizer.Dimensional.Process

    No documentation available.

  8. (.=) :: ToAttrVal a => Name -> a -> (Name, Text)

    xlsx Codec.Xlsx.Writer.Internal

    No documentation available.

  9. (.=?) :: ToAttrVal a => Name -> Maybe a -> Maybe (Name, Text)

    xlsx Codec.Xlsx.Writer.Internal

    No documentation available.

  10. (.=>) :: Bool -> Strategy a -> Strategy a

    LambdaHack Game.LambdaHack.Client.AI.Strategy

    Conditionally accepted strategy.

Page 33 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete