Hoogle Search

Within LTS Haskell 23.0 (ghc-9.8.4)

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

  1. (|.) :: Affinity a b => Transform b -> a -> a

    numhask-space NumHask.Space

    Apply a Transform to an Affinity

  2. (|.) :: forall (m :: Type -> Type) a b u v c r . Monad m => Pipe a b u m v -> Pipe b c v m r -> Pipe a c u m v

    conduino Data.Conduino

    Like .|, but keep the result of the first pipe, instead of the second. This means that p |. q will only terminate with a result when both p and q terminate. (Typically, p .| q would terminate as soon as q terminates.)

  3. (|.|) :: ExpQ -> ExpQ -> ExpQ

    haskell-src-meta Language.Haskell.Meta.Utils

    No documentation available.

  4. (|.|) :: Space s => Element s -> s -> Bool

    numhask-space NumHask.Space

    is an element in the space

  5. (|.+^|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) f a (l :: LCSU Type) . (d1 @~ d2, Affine f, Num a) => Qu d1 l (f a) -> Qu d2 l (Diff f a) -> Qu d1 l (f a)

    units Data.Metrology.Linear

    Add a point to a vector.

  6. (|.-.|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) f a (l :: LCSU Type) . (d1 @~ d2, Affine f, Num a) => Qu d1 l (f a) -> Qu d2 l (f a) -> Qu d1 l (Diff f a)

    units Data.Metrology.Linear

    Subtract point quantities.

  7. (|.-^|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) f a (l :: LCSU Type) . (d1 @~ d2, Affine f, Num a) => Qu d1 l (f a) -> Qu d2 l (Diff f a) -> Qu d1 l (f a)

    units Data.Metrology.Linear

    Subract a vector from a point.

  8. (|.|) :: 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.

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

    units Data.Metrology.Vector

    Add a point to a vector.

  10. (|.-.|) :: 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.

Page 1 of many | Next