[Haskell-beginners] calling inpure functions from pure code

Daniel Trstenjak daniel.trstenjak at gmail.com
Fri Oct 12 15:15:23 CEST 2012


Hi Emmanuel,

when parsing the string representing a page, you could
save all the links you encounter.

After the parsing you would load the linked pages and start
again parsing.

You would redo this until no more links are returned or a
maximum deepness is reached.


Greetings,
Daniel



More information about the Beginners mailing list