eclipse-fp Questions
0
I tried to install few modules this morning to get Eclipse FP to work, scion-browser and buildwrapper failed.
[root@localhost ghc-mod]# cabal install scion-browser
Resolving dependencies...
cabal...
Chambermaid asked 24/4, 2014 at 19:22
1
Solved
I'm trying to use the interact function, but I'm having an issue with the following code:
main::IO()
main = interact test
test :: String -> String
test [] = show 0
test a = show 3
I'm using ...
Lepto asked 27/1, 2013 at 7:5
1
© 2022 - 2024 — McMap. All rights reserved.