[commit: ghc] wip/ds-expr-typo: Fix typo in DsExpr (b14f540)
git at git.haskell.org
git at git.haskell.org
Fri Jan 18 13:35:22 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ds-expr-typo
Link : http://ghc.haskell.org/trac/ghc/changeset/b14f54041eacf8c0f85e756148042d2dca8333f9/ghc
>---------------------------------------------------------------
commit b14f54041eacf8c0f85e756148042d2dca8333f9
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Fri Jan 18 08:35:08 2019 -0500
Fix typo in DsExpr
>---------------------------------------------------------------
b14f54041eacf8c0f85e756148042d2dca8333f9
compiler/deSugar/DsExpr.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/deSugar/DsExpr.hs b/compiler/deSugar/DsExpr.hs
index 7306352..d9af622 100644
--- a/compiler/deSugar/DsExpr.hs
+++ b/compiler/deSugar/DsExpr.hs
@@ -3,7 +3,7 @@
(c) The GRASP/AQUA Project, Glasgow University, 1992-1998
-Desugaring exporessions.
+Desugaring expressions.
-}
{-# LANGUAGE CPP, MultiWayIf #-}
More information about the ghc-commits
mailing list