diff options
Diffstat (limited to 'examples/hide-bug/D.hs')
-rw-r--r-- | examples/hide-bug/D.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hide-bug/D.hs b/examples/hide-bug/D.hs new file mode 100644 index 00000000..30ac8acc --- /dev/null +++ b/examples/hide-bug/D.hs @@ -0,0 +1,3 @@ +-- The link to the type T in the doc for this module should point to +-- B.T, not A.T. Bug fixed in rev 1.59 of Main.hs. +module D(f) where import C |