summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-04-11 17:03:18 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-30 01:56:56 -0400
commit8bfb0219587b969d5c8f723c46d433e9493958b4 (patch)
tree7ed243039324e5a85905985589d7defd91543625 /testsuite/tests/simplCore
parent10d15f1ec4bab4dd6152d87fc66e61658a705eb3 (diff)
downloadhaskell-8bfb0219587b969d5c8f723c46d433e9493958b4.tar.gz
Unit: split and rename modules
Introduce GHC.Unit.* hierarchy for everything concerning units, packages and modules. Update Haddock submodule
Diffstat (limited to 'testsuite/tests/simplCore')
-rw-r--r--testsuite/tests/simplCore/should_compile/T14137.stderr4
-rw-r--r--testsuite/tests/simplCore/should_compile/T14152.stderr4
-rw-r--r--testsuite/tests/simplCore/should_compile/T14152a.stderr4
-rw-r--r--testsuite/tests/simplCore/should_compile/T14186.stderr4
-rw-r--r--testsuite/tests/simplCore/should_compile/spec004.stderr4
5 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T14137.stderr b/testsuite/tests/simplCore/should_compile/T14137.stderr
index 602a74072d..71fee02df4 100644
--- a/testsuite/tests/simplCore/should_compile/T14137.stderr
+++ b/testsuite/tests/simplCore/should_compile/T14137.stderr
@@ -55,9 +55,9 @@ $trModule4 :: GHC.Types.TrName
$trModule4 = GHC.Types.TrNameS $trModule3
-- RHS size: {terms: 3, types: 0, coercions: 0, joins: 0/0}
-T14137.$trModule :: GHC.Types.Module
+T14137.$trModule :: GHC.Unit.Module
[GblId, Caf=NoCafRefs]
-T14137.$trModule = GHC.Types.Module $trModule2 $trModule4
+T14137.$trModule = GHC.Unit.Module $trModule2 $trModule4
diff --git a/testsuite/tests/simplCore/should_compile/T14152.stderr b/testsuite/tests/simplCore/should_compile/T14152.stderr
index c782d84fc3..cc025625b9 100644
--- a/testsuite/tests/simplCore/should_compile/T14152.stderr
+++ b/testsuite/tests/simplCore/should_compile/T14152.stderr
@@ -116,14 +116,14 @@ T14152.$trModule1 :: GHC.Types.TrName
T14152.$trModule1 = GHC.Types.TrNameS T14152.$trModule2
-- RHS size: {terms: 3, types: 0, coercions: 0, joins: 0/0}
-T14152.$trModule :: GHC.Types.Module
+T14152.$trModule :: GHC.Unit.Module
[GblId,
Caf=NoCafRefs,
Str=m,
Unf=Unf{Src=<vanilla>, TopLvl=True, Value=True, ConLike=True,
WorkFree=True, Expandable=True, Guidance=IF_ARGS [] 10 30}]
T14152.$trModule
- = GHC.Types.Module T14152.$trModule3 T14152.$trModule1
+ = GHC.Unit.Module T14152.$trModule3 T14152.$trModule1
diff --git a/testsuite/tests/simplCore/should_compile/T14152a.stderr b/testsuite/tests/simplCore/should_compile/T14152a.stderr
index d4b2ed39b8..0196c3695d 100644
--- a/testsuite/tests/simplCore/should_compile/T14152a.stderr
+++ b/testsuite/tests/simplCore/should_compile/T14152a.stderr
@@ -209,14 +209,14 @@ T14152.$trModule1 :: GHC.Types.TrName
T14152.$trModule1 = GHC.Types.TrNameS T14152.$trModule2
-- RHS size: {terms: 3, types: 0, coercions: 0, joins: 0/0}
-T14152.$trModule :: GHC.Types.Module
+T14152.$trModule :: GHC.Unit.Module
[GblId,
Caf=NoCafRefs,
Str=m,
Unf=Unf{Src=<vanilla>, TopLvl=True, Value=True, ConLike=True,
WorkFree=True, Expandable=True, Guidance=IF_ARGS [] 10 30}]
T14152.$trModule
- = GHC.Types.Module T14152.$trModule3 T14152.$trModule1
+ = GHC.Unit.Module T14152.$trModule3 T14152.$trModule1
diff --git a/testsuite/tests/simplCore/should_compile/T14186.stderr b/testsuite/tests/simplCore/should_compile/T14186.stderr
index 17ccc2c07d..41701fd4d9 100644
--- a/testsuite/tests/simplCore/should_compile/T14186.stderr
+++ b/testsuite/tests/simplCore/should_compile/T14186.stderr
@@ -106,14 +106,14 @@ T14186.$trModule1 :: GHC.Types.TrName
T14186.$trModule1 = GHC.Types.TrNameS T14186.$trModule2
-- RHS size: {terms: 3, types: 0, coercions: 0, joins: 0/0}
-T14186.$trModule :: GHC.Types.Module
+T14186.$trModule :: GHC.Unit.Module
[GblId,
Caf=NoCafRefs,
Str=m,
Unf=Unf{Src=<vanilla>, TopLvl=True, Value=True, ConLike=True,
WorkFree=True, Expandable=True, Guidance=IF_ARGS [] 10 30}]
T14186.$trModule
- = GHC.Types.Module T14186.$trModule3 T14186.$trModule1
+ = GHC.Unit.Module T14186.$trModule3 T14186.$trModule1
diff --git a/testsuite/tests/simplCore/should_compile/spec004.stderr b/testsuite/tests/simplCore/should_compile/spec004.stderr
index 8d53785b68..f140da9977 100644
--- a/testsuite/tests/simplCore/should_compile/spec004.stderr
+++ b/testsuite/tests/simplCore/should_compile/spec004.stderr
@@ -67,11 +67,11 @@ $trModule :: GHC.Types.TrName
$trModule = GHC.Types.TrNameS $trModule
-- RHS size: {terms: 3, types: 0, coercions: 0, joins: 0/0}
-ShouldCompile.$trModule :: GHC.Types.Module
+ShouldCompile.$trModule :: GHC.Unit.Module
[LclIdX,
Unf=Unf{Src=<vanilla>, TopLvl=True, Value=True, ConLike=True,
WorkFree=True, Expandable=True, Guidance=IF_ARGS [] 10 30}]
-ShouldCompile.$trModule = GHC.Types.Module $trModule $trModule
+ShouldCompile.$trModule = GHC.Unit.Module $trModule $trModule
-- RHS size: {terms: 5, types: 1, coercions: 0, joins: 0/0}
bar :: String