|
|
|
|
|
by codygman
4526 days ago
|
|
What you can do is: 1. paste all (well most, I haven't verified it to say all) of the functions in "anyfile.hs"
2. cd to the same directory as anyfile.hs in terminal
3. open ghci
4. :load anyfile.hs
5. Play with the functions! |
|