module where haskell code example
Example: haskell load module
-- In order to load a module inside of ghci do this:
:load {module_name}
:load main
-- In order to load a module inside of ghci do this:
:load {module_name}
:load main