
26 Apr
2010
26 Apr
'10
7:52 p.m.
On 27 April 2010 02:15, Ozgur Akgun
data Expr = Num Int | Expr :+: Expr | Expr :-: Expr
[snip]
-- | If the input is 'Num' does magic, if it is ':+:' does even more magic! someFunc :: Expr -> Expr
In the output of this markup, the 'Num' is hyperlinked but the ':+:' is not.
I would hazard a guess that the Num hyperlink points to the Num typeclass in the Prelude rather than your Num constructor. As for your infix constructor, I have no idea. -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com