Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. skipRet :: Monad m => m b -> a -> m a

    yjtools Control.Monad.Tools

    No documentation available.

  2. (^*) :: (Functor f, Num a) => f a -> a -> f a

    linear Linear.Vector

    Compute the right scalar product

    >>> V2 3 4 ^* 2
    V2 6 8
    

  3. (^*) :: (Functor f, Num a) => f a -> a -> f a

    Rasterific Graphics.Rasterific.Linear

    Compute the right scalar product

    >>> V2 3 4 ^* 2
    V2 6 8
    

  4. (^/) :: (Functor f, Floating a) => f a -> a -> f a

    Rasterific Graphics.Rasterific.Linear

    Compute division by a scalar on the right.

Page 10 of many | Previous | Next