[commit: ghc] wip/tc-rn-types-typo: Fix typo in TcRnTypes.hs [skip ci] (38d837a)

git at git.haskell.org git at git.haskell.org
Mon Jan 21 17:22:35 UTC 2019


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

On branch  : wip/tc-rn-types-typo
Link       : http://ghc.haskell.org/trac/ghc/changeset/38d837a46ea8f34da6eed4e83e72ad699317a74b/ghc

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

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

    Fix typo in TcRnTypes.hs [skip ci]


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

38d837a46ea8f34da6eed4e83e72ad699317a74b
 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