I\'m having trouble compiling the following:
data Matrix = Matrix [[Float]] deriving (Eq) aditionMat :: Matrix -> Matrix -> Matrix aditionMat m1 m2 = M