[Fix #75 David Waern **20100407221327 Ignore-this: 41c34d8a3cd83bb39d0b5393411ecce5 Add colons to the $ident character set. ] { hunk ./src/Haddock/Lex.x 40 -$ident = [$alphanum \'\_\.\!\#\$\%\&\*\+\/\<\=\>\?\@\\\\\^\|\-\~] +$ident = [$alphanum \'\_\.\!\#\$\%\&\*\+\/\<\=\>\?\@\\\\\^\|\-\~\:] addfile ./tests/tests/Ticket75.hs hunk ./tests/tests/Ticket75.hs 1 +module Ticket75 where + +data a :- b = Q + +-- | A reference to ':-' +f :: Int +f = undefined addfile ./tests/tests/Ticket75.html.ref hunk ./tests/tests/Ticket75.html.ref 1 + + +Ticket75
 ContentsIndex
Ticket75
Synopsis
data a :- b = Q
f :: Int
Documentation
data a :- b
Constructors
Q
f :: Int
A reference to :- +
Produced by Haddock version 2.7.2
}