eckyputrady / haskell-scotty-realworld-example-app

Exemplary real world backend API built with Haskell/Scotty https://realworld.io
MIT License
210 stars 31 forks source link

Refactor typeclass #1

Closed eckyputrady closed 7 years ago

eckyputrady commented 7 years ago
  1. Controlling effects using typeclass
  2. Remove explicit dependencies to IO / MonadIO in RealWorld.hs