This website requires JavaScript.
Explore
Help
Sign In
qfpl
/
applied-fp-course
Watch
1
Star
1
Fork
0
You've already forked applied-fp-course
mirror of
https://github.com/qfpl/applied-fp-course.git
synced
2024-11-30 02:14:01 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a5fe28c66d
applied-fp-course
/
level02
/
bin
/
Main.hs
7 lines
92 B
Haskell
Raw
Normal View
History
Unescape
Escape
Updated level02 structure
2017-08-11 04:11:50 +03:00
module
Main
where
Added two stages. Level 01 : Absolute Starting Point - possibly too basic Level 02 : Start specifying an application and filling it out - needs more detail about the spec we're trying to build README adjustments.
2017-08-09 06:06:21 +03:00
Updated level02 structure
2017-08-11 04:11:50 +03:00
import
qualified
FirstApp.Main
as
Main
Added two stages. Level 01 : Absolute Starting Point - possibly too basic Level 02 : Start specifying an application and filling it out - needs more detail about the spec we're trying to build README adjustments.
2017-08-09 06:06:21 +03:00
main
::
IO
()
Updated level02 structure
2017-08-11 04:11:50 +03:00
main
=
Main
.
runApp
Reference in New Issue
Copy Permalink