Questions tagged [visualhaskell]

Visual Haskell was a project of Visual Studio 2005 integration with GHC. However, the project was never finished. The project page can't be found either.

Visual Haskell was a project of Visual Studio 2005 integration with GHC. However, the project was never finished. The project page can't be found either.

As HaskellWiki states, it has been like that since 2012 at least: http://www.haskell.org/haskellwiki/Talk:IDEs.

3 questions
7
votes
3 answers

Visual Haskell 2008

Is Haskell for Visual Studio 2005 compatible with VS2008 SP1 ?
3
votes
4 answers

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 string to int so then I can use the number afterwards…
curioComp
  • 31
  • 2
2
votes
2 answers

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!! :)
curioComp
  • 21
  • 2