diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci023.ghci')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci023.ghci | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci023.ghci b/testsuite/tests/ghci/scripts/ghci023.ghci new file mode 100644 index 0000000000..83363a3ddc --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci023.ghci @@ -0,0 +1,10 @@ +:{
+ let { a = True
+ ; b = False
+ }
+:}
+print (a,b)
+:{
+:type
+ id
+:}
|