1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-12-02 08:53:20 +03:00
applied-fp-course/level03
Sean Chalmers 30df1c9252 Banishing some words.
'Simply' and 'Just' are banned from instructional documentation, imo. Often, for
the people using these exercises, things are rarely either.
2017-08-31 15:39:58 +10:00
..
bin Fix project restructure 2017-08-14 16:48:34 +10:00
src/FirstApp Banishing some words. 2017-08-31 15:39:58 +10:00
appconfig.json Updated third exercise. 2017-08-10 16:11:27 +10:00
ChangeLog.md Added third stage exercise 2017-08-09 15:59:16 +10:00
default.nix Updated third exercise. 2017-08-10 16:11:27 +10:00
level03.cabal Databasezz! 2017-08-15 15:17:04 +10:00
LICENSE Added third stage exercise 2017-08-09 15:59:16 +10:00
README.md Add some more guidance. 2017-08-31 11:31:08 +10:00
Setup.hs Added third stage exercise 2017-08-09 15:59:16 +10:00
shell.nix Added third stage exercise 2017-08-09 15:59:16 +10:00

Level 03

In this exercise we build some configuration capabilities into our application.

This exercise will require a combination of building the right types to guide your development, plus consulting plenty of documentation to leverage the chosen packages. There may also be, depending on your level of interest, some external reading for later as well.

Start in src/FirstApp/Conf.hs.