Haskell Programming Tasks using Haskell How to run on linux operating system (Terminal Commands) : Step 1 : sudo apt install ghc Step 2 : ghci Step 3 : :load <file_name>.hs Step 4 : <function_name> <input_parameters>