blob: 6df1b9e2d9155d022503a85228a628033f3f15f4 (
plain) (
blame)
1
2
3
4
5
6
7
|
{-# LANGUAGE Haskell2010 #-}
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
|