File: Bug9.hs

package info (click to toggle)
haskell-haddock 2.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 784 kB
  • ctags: 44
  • sloc: haskell: 6,432; xml: 1,429; yacc: 82; makefile: 15; sh: 1
file content (6 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (6)
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 }