aboutsummaryrefslogtreecommitdiff
path: root/examples/hide-bug/D.hs
blob: a9203a7c28701e06a8cda0345fd6947ec030b929 (plain) (blame)
1
2
3
4
5
-- 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(Test) where 

import B