The visualhaskell tag has no wiki summary.
2
votes
2answers
178 views
read token after token from a file in haskell
I want to read from a file in Visual Haskell Studio, token after token, by loading each time the next token in a variable.
For example: getNextToken.
Thanks!! :)
3
votes
4answers
1k views
Casting in Haskell
a) I need to cast from String to int in haskell. I have a function that gets the third word in a sentence as a string, but my third word in all my sentences are numbers (int), how can I cast from ...
6
votes
3answers
3k views