diff options
Diffstat (limited to 'html-test/src/Bug387.hs')
-rw-r--r-- | html-test/src/Bug387.hs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/html-test/src/Bug387.hs b/html-test/src/Bug387.hs deleted file mode 100644 index d9fed34e..00000000 --- a/html-test/src/Bug387.hs +++ /dev/null @@ -1,12 +0,0 @@ -module Bug387 - ( -- * Section1#a:section1# - test1 - -- * Section2#a:section2# - , test2 - ) where - -test1 :: Int -test1 = 223 - -test2 :: Int -test2 = 42 |