1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-26 14:43:53 +03:00
applied-fp-course/level07/bin/Main.hs
Sean Chalmers 2280b394c9 Updated README / Added Level07
Level 07 contains the addition of the ExceptT transformer for error handling in
the existing AppM from Level 06. Extends teh AppM to the DB layer.

Updated README with status
2017-08-17 16:48:54 +10:00

7 lines
86 B
Haskell

module Main where
import qualified FirstApp.Main as M
main :: IO ()
main = M.runApp