mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-12-02 08:53:20 +03:00
30df1c9252
'Simply' and 'Just' are banned from instructional documentation, imo. Often, for the people using these exercises, things are rarely either. |
||
---|---|---|
.. | ||
bin | ||
src/FirstApp | ||
appconfig.json | ||
ChangeLog.md | ||
default.nix | ||
level03.cabal | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
shell.nix |
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
.