[commit: ghc] master: Typofix in comment (6eb3257)

git at git.haskell.org git at git.haskell.org
Wed Dec 13 21:59:39 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6eb32579478fb9b2c5b0227aabcd18a9caf37bb5/ghc

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

commit 6eb32579478fb9b2c5b0227aabcd18a9caf37bb5
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Dec 13 22:59:03 2017 +0100

    Typofix in comment


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

6eb32579478fb9b2c5b0227aabcd18a9caf37bb5
 compiler/coreSyn/CoreUtils.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/coreSyn/CoreUtils.hs b/compiler/coreSyn/CoreUtils.hs
index 55bd9e5..21fc65d 100644
--- a/compiler/coreSyn/CoreUtils.hs
+++ b/compiler/coreSyn/CoreUtils.hs
@@ -182,7 +182,7 @@ isExprLevPoly = go
 Note [Type bindings]
 ~~~~~~~~~~~~~~~~~~~~
 Core does allow type bindings, although such bindings are
-not much used, except in the output of the desuguarer.
+not much used, except in the output of the desugarer.
 Example:
      let a = Int in (\x:a. x)
 Given this, exprType must be careful to substitute 'a' in the



More information about the ghc-commits mailing list