[Haskell-beginners] Is this scope range problem?

Luca Toscano toscano.luca at gmail.com
Tue Dec 14 20:32:08 CET 2010


On 12/14/2010 03:13 PM, Bastian Erdnüß wrote:
> Another solution would be
>
>    main = do
>      input<- readFile "path_to_file"
>      let prova = lines input
>      print prova
>
> Cheers,
> Bastian
>
>
>    
Definitely the best solution, thank you Bastian ;)

Luca




More information about the Beginners mailing list