Times package:express

The operator * for the Int type. (See also -*-.)
> times
(*) :: Int -> Int -> Int
> times :$ two
(2 *) :: Int -> Int
> times :$ xx :$ yy
x * y :: Int