blob: af1ed4d3b563b260a7af93c0124a5ea03477b735 (
plain) (
blame)
1
2
3
4
5
6
|
module Bug1 where
-- | We should have different anchors for constructors and types\/classes. This
-- hyperlink should point to the type constructor by default: 'T'.
data T = T
|