Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patperry committed Sep 17, 2010
1 parent a0fbb50 commit 3091b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data/AEq.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ class Eq a => AEq a where
-- followiing cases:
--
-- * their magnitudes are approximately equal and the angle between
-- them is less than @32*@'epsilon';
-- them is less than @32*'epsilon'@;
--
-- * both magnitudes are less than 'epsilon';
--
-- * both have a NaN real or imaginary part.
-- * both have a @NaN@ real or imaginary part.
--
(~==) :: a -> a -> Bool
(~==) = (==)
Expand Down

0 comments on commit 3091b85

Please sign in to comment.