Answers for "haskell load module"

0

haskell load module

-- In order to load a module inside of ghci do this:
:load {module_name}
:load main
Posted by: Guest on May-17-2021

Browse Popular Code Answers by Language