/haskell-practice

My solutions to Haskell practice problems

Primary LanguageHaskellGNU Lesser General Public License v3.0LGPL-3.0

Purely functional programming

My solutions to https://wiki.haskell.org/99_questions/1_to_10

Progress:

Solved: 1-61 except the following challenges and skips Challenges: pr 27, 28, 50, 54 Skipped: 37, 38, 47, 48

Todo:

Add quickcheck tests to solutions Add coq proofs to check solutions Translate to pointfree style Improve time complexities