How does one go about implementing a subtype of Numeric[T]? I have been looking for at guide on this but haven\'t found any. Example of subtypes could be Rational or Complex?
I added Real to Scalaz, with instances Real[Double] and Real[Dual].
Real[Double]
Real[Dual]
I found it convenient to make fromDouble implicit
fromDouble