blob: 81e341db435ac8bb0029c78640673b53c2535d6f (
plain) (
blame)
1
2
3
4
5
6
|
-- Haddock 0.6 didn't parse this module, because the qualified
-- identifier C.safe was incorrectly lexed as 3 tokens.
module Check where
import qualified Foo as C
check = undefined { C.safe = 3 }
|