Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/exts/recursive_do.rst
    ... ... @@ -56,7 +56,7 @@ or equivalently
    56 56
     
    
    57 57
     As you can guess ``justOnes`` will evaluate to ``Just [-1,-1,-1,...``.
    
    58 58
     
    
    59
    -GHC's implementation the mdo-notation closely follows the original
    
    59
    +GHC's implementation of the mdo-notation closely follows the original
    
    60 60
     translation as described in the paper `A recursive do for
    
    61 61
     Haskell <https://leventerkok.github.io/papers/recdo.pdf>`__, which
    
    62 62
     in turn is based on the work `Value Recursion in Monadic