[commit: ghc] wip/ghc-8.8-merges: Fix typo in TcRnTypes.hs [skip ci] (2c9d37b)

git at git.haskell.org git at git.haskell.org
Thu Feb 21 15:08:49 UTC 2019


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

On branch  : wip/ghc-8.8-merges
Link       : http://ghc.haskell.org/trac/ghc/changeset/2c9d37ba26c390bca2cb2f7835571b7cc4fa17e8/ghc

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

commit 2c9d37ba26c390bca2cb2f7835571b7cc4fa17e8
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Mon Jan 21 12:17:20 2019 -0500

    Fix typo in TcRnTypes.hs [skip ci]


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

2c9d37ba26c390bca2cb2f7835571b7cc4fa17e8
 compiler/typecheck/TcRnTypes.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/typecheck/TcRnTypes.hs b/compiler/typecheck/TcRnTypes.hs
index b9e5b6c..7c9d70e 100644
--- a/compiler/typecheck/TcRnTypes.hs
+++ b/compiler/typecheck/TcRnTypes.hs
@@ -1020,8 +1020,8 @@ splice. In particular it is not set when the splice is renamed or typechecked.
 'RunSplice' is needed to provide a reference where 'addModFinalizer' can insert
 the finalizer (see Note [Delaying modFinalizers in untyped splices]), and
 'addModFinalizer' runs when doing Q things. Therefore, It doesn't make sense to
-set 'RunSplice' when renaming or typechecking the splice, where 'Splice', 'Brak'
-or 'Comp' are used instead.
+set 'RunSplice' when renaming or typechecking the splice, where 'Splice', 
+'Brack' or 'Comp' are used instead.
 
 -}
 



More information about the ghc-commits mailing list