From 70e137ead1809516991ff4152842be08561404ee Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 28 Jul 2003 13:30:35 +0000 Subject: [haddock @ 2003-07-28 13:30:35 by simonmar] Add tests for a couple of bugs. --- examples/Bug1.hs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/Bug1.hs (limited to 'examples/Bug1.hs') 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 -- cgit v1.2.3