diff options
Diffstat (limited to 'html-test/src/Bugs.hs')
-rw-r--r-- | html-test/src/Bugs.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html-test/src/Bugs.hs b/html-test/src/Bugs.hs new file mode 100644 index 00000000..8e1f0079 --- /dev/null +++ b/html-test/src/Bugs.hs @@ -0,0 +1,3 @@ +module Bugs where + +data A a = A a (a -> Int) |