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

Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. (|.|) :: forall f a (d1 :: [Factor Type]) (l :: LCSU Type) (d2 :: [Factor Type]) . (Metric f, Num a) => Qu d1 l (f a) -> Qu d2 l (f a) -> Qu (Normalize (d1 @+ d2)) l a

    units Data.Metrology.Linear

    Take a inner (dot) product between two quantities.

  2. (|.-.|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) n (l :: LCSU Type) . (d1 @~ d2, AffineSpace n) => Qu d1 l n -> Qu d2 l n -> Qu d1 l (Diff n)

    units Data.Metrology.Vector

    Subtract point quantities.

  3. (|.|) :: forall n (d1 :: [Factor Type]) (l :: LCSU Type) (d2 :: [Factor Type]) . InnerSpace n => Qu d1 l n -> Qu d2 l n -> Qu (Normalize (d1 @+ d2)) l (Scalar n)

    units Data.Metrology.Vector

    Take a inner (dot) product between two quantities.

  4. (:.|>) :: Stack -> ((Type -> Type) -> Type -> Type) -> Stack

    deriving-trans Control.Monad.Trans.Compose.Stack

    add a monad transformer to a stack

Page 9 of many | Previous | Next

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