]> gitweb.michael.orlitzky.com - numerical-analysis.git/commitdiff
Remove old comment from Normed.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2014 20:41:58 +0000 (15:41 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2014 20:41:58 +0000 (15:41 -0500)
src/Normed.hs

index 8b4829538b8a8064bafa15928c86641280f1dfd5..f339ebfd6757a86123f8111c4cb1bb7f5ef35534 100644 (file)
@@ -15,10 +15,6 @@ import qualified Algebra.Algebraic as Algebraic
 import qualified Algebra.RealField as RealField
 import qualified Algebra.ToInteger as ToInteger
 
--- Since the norm is defined on a vector space, we should be able to
--- add and subtract anything on which a norm is defined. Of course
--- 'Num' is a bad choice here, but we really prefer to use the normal
--- addition and subtraction operators.
 class Normed a where
   norm_p :: (ToInteger.C c, Algebraic.C b, Absolute.C b) => c -> a -> b
   norm_infty :: (RealField.C b) => a -> b