numeric-prelude-0.4.3.1: An experimental alternative hierarchy of numeric type classes

Safe HaskellSafe
LanguageHaskell98

Algebra.RightModule

Documentation

class (C a, C b) => C a b where Source #

Minimal complete definition

(<*)

Methods

(<*) :: b -> a -> b infixl 7 Source #