diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-02-11 10:55:10 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-02-11 11:18:24 +0000 |
commit | 6ff3db92140e3ac8cbda50d1a4aab976350ac8c4 (patch) | |
tree | 2560bc260b80fd79f6eeff258119a0e27dbebd7f /testsuite/tests/th/T10019.stdout | |
parent | 3568bf3fe76b95208f650f356a0668113838d842 (diff) | |
download | haskell-6ff3db92140e3ac8cbda50d1a4aab976350ac8c4.tar.gz |
nameIsLocalOrFrom should include interactive modules
The provoking cause was Trac #10019, but it revealed that nameIsLocalOrFrom
should really include all interactive modules (ones from the 'interactive'
package). Previously we had some ad-hoc 'isInteractiveModule' tests with
some (but not all) the calls to nameIsLocalOrFrom.
See the new comments with Name.nameIsLocalOrFrom.
Diffstat (limited to 'testsuite/tests/th/T10019.stdout')
-rw-r--r-- | testsuite/tests/th/T10019.stdout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/th/T10019.stdout b/testsuite/tests/th/T10019.stdout new file mode 100644 index 0000000000..777ff3b045 --- /dev/null +++ b/testsuite/tests/th/T10019.stdout @@ -0,0 +1 @@ +"DataConI Ghci1.Some (ForallT [KindedTV a_1627391548 StarT] [] (AppT (AppT ArrowT (VarT a_1627391548)) (AppT (ConT Ghci1.Option) (VarT a_1627391548)))) Ghci1.Option (Fixity 9 InfixL)" |