Skip to content

adomokos/haskell-katas

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Haskell Katas

Build Status

As I tried to learn Haskell, I realized reading and following examples in ghci is not enough, I needed short examples I could practice daily.

The examples in this repo are mostly from the book Learn You a Haskell for Great Good!, although I started incorporating other examples as well.

stack build should get you going and stack test will run all the specs. You are done, when all the specs are passing.

Recommendations

I've been looking at VS Code as a Haskell editor, and with its Haskell Plugin with ghcup, it is a really neat tool. I'd recommend you to do the same as well.

About

Simple Exercises in Haskell, using HSpec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published