Skip to content

ProgrammerGnome/Functional-programming-with-Haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel functional programming in Haskell

This repository present usage of "Control.Parallel" Haskell library with the solve KöMaL S.141. problem.

I already solved this exercise in C++ an another repo, see:

https://github.com/ProgrammerGnome/Problem-S.141 .

[FILE] Main.hs:

This code is for KöMaL S.141.

[FILE] basic-exercises:

Presented elementary exercises (for example: "loops", IO monad) in one functional programming languages. This file content -not one- more runnable program. They can be run separately!

For the run following this steps (ArchLinux):

sudo pacman -S cabal-install
cabal install parallel

ghc -o HSProgram Main.hs
./HSProgram