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/Bug2.hs | |
parent | b0856e7d7185f86245846d574cdea943621adc4f (diff) |
[haddock @ 2003-07-28 13:30:35 by simonmar]
Add tests for a couple of bugs.
Diffstat (limited to 'examples/Bug2.hs')
-rw-r--r-- | examples/Bug2.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Bug2.hs b/examples/Bug2.hs new file mode 100644 index 00000000..9121922e --- /dev/null +++ b/examples/Bug2.hs @@ -0,0 +1,4 @@ +module Bug2 ( x ) where +import B +x :: A +x = A |