You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ghci
ghci> :load Exercises.hs
[1 of 1] Compiling Main ( Exercises.hs, interpreted )
Ok, modules loaded: Main.
ghci> -- Work on the exercises and then reload the file using ":r".
ghci> :r
Ok, modules loaded: Main.
ghci>