diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8357.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T8357.stdout | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T8357.stdout b/testsuite/tests/ghci/scripts/T8357.stdout new file mode 100644 index 0000000000..7975d1f1a1 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T8357.stdout @@ -0,0 +1,3 @@ +foo :: Rec '["foo" ::: [Char]] +bar :: Rec '["bar" ::: [Char]] +both :: Rec '["foo" ::: [Char], "bar" ::: [Char]] |