summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T21300.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/should_run/T21300.stdout')
-rw-r--r--testsuite/tests/ghci/should_run/T21300.stdout6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/T21300.stdout b/testsuite/tests/ghci/should_run/T21300.stdout
new file mode 100644
index 0000000000..56c4297029
--- /dev/null
+++ b/testsuite/tests/ghci/should_run/T21300.stdout
@@ -0,0 +1,6 @@
+Bound Ids interactive:Ghci2.it
+Typechecked expr do let it
+ = (proc 'a' -> (| id \ 'b' 'c' -> returnA -< 'c' |) 'b' 'c') 'a'
+ print it
+ GHC.Base.returnIO [Unsafe.Coerce.unsafeCoerce# it]
+'c'