I have no idea what I did to cause this, but ghci just crapped out on me
:)


*ExtractConcepts> mapM putStrLn (lines it)

<interactive>:1:
    Couldn't match `Char' against `[Char]'
        Expected type: String
        Inferred type: [[Char]]
    In the first argument of `lines', namely `it'
    In the second argument of `mapM', namely `(lines it)'
*ExtractConcepts> mapM putStrLn it
*** Exception: basicTypes/RdrName.lhs:83: Non-exhaustive patterns in
function rdrNameModule

--
Hal Daume III

 "Computer science is no more about computers    | [EMAIL PROTECTED]
  than astronomy is about telescopes." -Dijkstra | www.isi.edu/~hdaume

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to