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.
skipRet :: Monad m => m b -> a -> m ayjtools Control.Monad.Tools No documentation available.
(
^* ) :: (Functor f, Num a) => f a -> a -> f alinear Linear.Vector Compute the right scalar product
>>> V2 3 4 ^* 2 V2 6 8
(
^* ) :: (Functor f, Num a) => f a -> a -> f aRasterific Graphics.Rasterific.Linear Compute the right scalar product
>>> V2 3 4 ^* 2 V2 6 8
(
^/ ) :: (Functor f, Floating a) => f a -> a -> f aRasterific Graphics.Rasterific.Linear Compute division by a scalar on the right.