diff options
Diffstat (limited to 'html-test/src/Bug952.hs')
-rw-r--r-- | html-test/src/Bug952.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html-test/src/Bug952.hs b/html-test/src/Bug952.hs new file mode 100644 index 00000000..09b365e4 --- /dev/null +++ b/html-test/src/Bug952.hs @@ -0,0 +1,5 @@ +module Bug952 where + +-- | See 'case', 'of', '--' compared to 'Q.case', 'Q.of', 'Q.--' +foo :: () +foo = () |