diff options
author | simonmar <unknown> | 2003-07-28 13:30:35 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-07-28 13:30:35 +0000 |
commit | 70e137ead1809516991ff4152842be08561404ee (patch) | |
tree | eb98f9a1515f15397165846e6293c260d8f0b957 /examples/Bug1.hs | |
parent | b0856e7d7185f86245846d574cdea943621adc4f (diff) |
[haddock @ 2003-07-28 13:30:35 by simonmar]
Add tests for a couple of bugs.
Diffstat (limited to 'examples/Bug1.hs')
-rw-r--r-- | examples/Bug1.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Bug1.hs b/examples/Bug1.hs new file mode 100644 index 00000000..a7151b7f --- /dev/null +++ b/examples/Bug1.hs @@ -0,0 +1,4 @@ +module Bug1 where + +-- we should have different anchors for constructors and types/classes. +data T = T |