[commit: ghc] master: docs: "state transformer" -> "state monad" / "ST" (whichever is meant) (8546afc)

git at git.haskell.org git at git.haskell.org
Tue Aug 21 22:58:05 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8546afc502306de16b62c6386fe419753393cb12/ghc

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

commit 8546afc502306de16b62c6386fe419753393cb12
Author: Artem Pelenitsyn <a.pelenitsyn at gmail.com>
Date:   Tue Aug 21 16:07:39 2018 -0400

    docs: "state transformer" -> "state monad" / "ST" (whichever is meant)
    
    FIxes #15189.
    
    Reviewers: hvr, bgamari, simonmar, simonpj
    
    Reviewed By: simonpj
    
    Subscribers: simonpj, rwbarton, thomie, carter
    
    GHC Trac Issues: #15189
    
    Differential Revision: https://phabricator.haskell.org/D5019


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

8546afc502306de16b62c6386fe419753393cb12
 docs/rts/rts.tex                               |  4 ++--
 libraries/base/Control/Monad.hs                |  2 +-
 libraries/base/Control/Monad/ST/Imp.hs         |  2 +-
 libraries/base/Control/Monad/ST/Lazy/Imp.hs    | 16 ++++++++--------
 libraries/base/Control/Monad/ST/Lazy/Safe.hs   |  2 +-
 libraries/base/Control/Monad/ST/Lazy/Unsafe.hs |  2 +-
 libraries/base/Data/Functor/Utils.hs           |  4 ++--
 libraries/base/GHC/Exts.hs                     |  2 +-
 libraries/base/GHC/IO.hs                       | 14 +++++++-------
 libraries/base/GHC/ST.hs                       | 12 ++++++------
 10 files changed, 30 insertions(+), 30 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 8546afc502306de16b62c6386fe419753393cb12


More information about the ghc-commits mailing list