2008/6/6 Andrew Coppin <[EMAIL PROTECTED]>:
> Until very recently, it was not at all clear to me that there is actually a
> very simple solution to this problem:
>
>  import Text.ParserCombinators.Parsec as P
>
> Now I only have to write "P.runPaser", which is much shorter.

Err, I have a beginner question, then:
Is there any difference between:

import Very.Long.Module.Name as M

and:

import qualified Very.Long.Module.Name as M

?
Loup
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to