Skip to content

gekomad/haskellbook-solutions-with-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Haskell Book - Solutions in Haskell and in Scala

My solutions from Haskell Book.

run haskell test:

cd haskell  

stack test  

run scala test:

cd scala  

sbt test