[commit: ghc] master: Improve documentation of Eq, Ord instances for Float and Double (793902e)

git at git.haskell.org git at git.haskell.org
Sun Jun 17 16:42:17 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/793902e6891c30150fd3ac1e0e471269a4766780/ghc

>---------------------------------------------------------------

commit 793902e6891c30150fd3ac1e0e471269a4766780
Author: ARJANEN Loïc Jean David <arjanen.loic at gmail.com>
Date:   Sun Jun 17 11:30:28 2018 -0400

    Improve documentation of Eq, Ord instances for Float and Double
    
    Reviewers: sjakobi, dfeuer, bgamari, hvr
    
    Reviewed By: sjakobi, bgamari
    
    Subscribers: rwbarton, thomie, carter
    
    GHC Trac Issues: #15078
    
    Differential Revision: https://phabricator.haskell.org/D4736


>---------------------------------------------------------------

793902e6891c30150fd3ac1e0e471269a4766780
 libraries/base/Data/Complex.hs    |  4 ++
 libraries/base/Foreign/C/Types.hs |  6 ++-
 libraries/base/GHC/Float.hs       | 41 ++++++++++++++++-
 libraries/base/GHC/Num.hs         | 27 ++++++++++-
 libraries/base/GHC/Real.hs        | 27 +++++++++++
 libraries/ghc-prim/GHC/Classes.hs | 94 ++++++++++++++++++++++++++++++++++++---
 6 files changed, 190 insertions(+), 9 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 793902e6891c30150fd3ac1e0e471269a4766780


More information about the ghc-commits mailing list