diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-01-21 12:17:20 -0500 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2019-01-21 12:17:20 -0500 |
commit | 38d837a46ea8f34da6eed4e83e72ad699317a74b (patch) | |
tree | d7a5b3551a3e7f6644948ebc7a2ff63397192b7b | |
parent | f035504b573b9684d53a6d035f8726672c1b0190 (diff) | |
download | haskell-38d837a46ea8f34da6eed4e83e72ad699317a74b.tar.gz |
Fix typo in TcRnTypes.hs [skip ci]wip/tc-rn-types-typo
-rw-r--r-- | compiler/typecheck/TcRnTypes.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/typecheck/TcRnTypes.hs b/compiler/typecheck/TcRnTypes.hs index b9e5b6ca8f..7c9d70e066 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. -} |