Instantiate haskell template
This commit is contained in:
commit
5d02a9e424
9 changed files with 242 additions and 0 deletions
7
README.org
Normal file
7
README.org
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#+TITLE: FilePack - A library and tool to bundle up files
|
||||
|
||||
* What is it?
|
||||
|
||||
#+begin_quote
|
||||
Throughout this chapter, you’ll work through building a library for a tool called filepack. The FilePack library that we build will allow users to create archives of files that can be saved to disk, stored in a database, or sent over the internet. The examples you build as you work through this chapter will only support the programmatic creation and extraction of archives, but you are encouraged to create a complete application around this library as an additional example.
|
||||
#+end_quote
|
||||
Loading…
Add table
Add a link
Reference in a new issue