aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tests/CrossPackageDocs.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/tests/CrossPackageDocs.hs b/tests/tests/CrossPackageDocs.hs
new file mode 100644
index 00000000..babd954a
--- /dev/null
+++ b/tests/tests/CrossPackageDocs.hs
@@ -0,0 +1,11 @@
+module CrossPackageDocs (map, Monad(..), runInteractiveProcess {- $ Bugs -}) where
+
+import System.Process
+
+-- $ Bugs:
+--
+-- * [] a
+--
+-- * No instances list
+--
+-- * No docs on function arguments