diff options
Diffstat (limited to 'html-test/src/Bug4.hs')
-rw-r--r-- | html-test/src/Bug4.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html-test/src/Bug4.hs b/html-test/src/Bug4.hs new file mode 100644 index 00000000..425a77aa --- /dev/null +++ b/html-test/src/Bug4.hs @@ -0,0 +1,5 @@ +module Bug4 where +-- | don't use apostrophe's in the wrong place's +foo :: Int +foo = undefined + |