summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/Tc173b.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/Tc173b.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/Tc173b.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_compile/Tc173b.hs b/testsuite/tests/typecheck/should_compile/Tc173b.hs
new file mode 100644
index 0000000000..c98c57acd8
--- /dev/null
+++ b/testsuite/tests/typecheck/should_compile/Tc173b.hs
@@ -0,0 +1,6 @@
+module Tc173b where
+
+import Tc173a
+
+is :: ()
+is = isFormValue (Just "") \ No newline at end of file