/haskell-address-book

Experimenting with software design in Haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Haskell Address Book

A fun project to have an attempt at clean Haskell code.

Demonstrates

  • Using Text instead of String
  • Combining two Free algebras
  • Using a monad transformer stack for the application
  • A complete disregard for testing
  • Abstraction over pragmatism