diff options
Diffstat (limited to 'testsuite/tests/showIface/DocsInHiFile1.stdout')
-rw-r--r-- | testsuite/tests/showIface/DocsInHiFile1.stdout | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testsuite/tests/showIface/DocsInHiFile1.stdout b/testsuite/tests/showIface/DocsInHiFile1.stdout new file mode 100644 index 0000000000..fcb5f94f71 --- /dev/null +++ b/testsuite/tests/showIface/DocsInHiFile1.stdout @@ -0,0 +1,36 @@ +module header: + Just " `elem`, 'print', +`Unknown', +'<>', ':=:', 'Bool' +" +declaration docs: + D': + " Another datatype... + + ...with two docstrings." + P: + " A class" + p: + " A class method" + D: + " A datatype." + D0: + " A constructor for 'D'. '" + D1: + " Another constructor" + elem: + " '()', 'elem'." + $fShowD: + " 'Show' instance" +arg docs: + p: + 0: + " An argument" + add: + 0: + " First summand for 'add'" + 1: + " Second summand" + 2: + " Sum" + |