[Git][ghc/ghc][master] Fix typo in recursive_do.rst
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 18fd0df6 by Simon Hengel at 2026-03-15T18:16:33-04:00 Fix typo in recursive_do.rst - - - - - 1 changed file: - docs/users_guide/exts/recursive_do.rst Changes: ===================================== docs/users_guide/exts/recursive_do.rst ===================================== @@ -56,7 +56,7 @@ or equivalently As you can guess ``justOnes`` will evaluate to ``Just [-1,-1,-1,...``. -GHC's implementation the mdo-notation closely follows the original +GHC's implementation of the mdo-notation closely follows the original translation as described in the paper `A recursive do for Haskell <https://leventerkok.github.io/papers/recdo.pdf>`__, which in turn is based on the work `Value Recursion in Monadic View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/18fd0df60d827ec1c4c84aad2283570e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/18fd0df60d827ec1c4c84aad2283570e... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)