1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-09-11 12:05:25 +03:00
What I Wish I Knew When Learning Haskell
Go to file
2017-03-10 11:06:08 +00:00
css Navigation and scroll fixes (#143) 2016-11-07 06:00:16 -05:00
img include fonts 2016-03-22 21:00:59 -04:00
js Navigation and scroll fixes (#143) 2016-11-07 06:00:16 -05:00
resources stub out cryptography section 2017-03-10 11:06:08 +00:00
src stub out cryptography section 2017-03-10 11:06:08 +00:00
.gitignore added base example 2016-06-22 12:06:09 -04:00
.travis.yml remove nightly resolver 2016-05-08 14:02:55 -04:00
deploy.sh new sections 2016-11-07 00:42:22 +00:00
extensions.csv overloaded labels 2016-03-23 15:01:11 -04:00
extensions.html Typo 2016-04-25 21:25:59 +02:00
includes.hs bump to lts 3 2015-12-01 20:12:06 -05:00
LICENSE bump license 2016-12-26 17:35:11 +00:00
Makefile Use a lighter and responsive styling (#140) 2016-11-06 16:57:07 -05:00
README.md bump readme 2016-12-26 17:40:31 +00:00
Shakefile.hs happy and alex 2016-03-22 16:38:00 -04:00
stack.yaml merkle tree and bump project resolver 2017-01-03 12:44:46 +00:00
tutorial.md bump license 2016-12-26 17:35:11 +00:00
wiwinwlh.cabal Remove the constraints from the cabal file 2016-06-25 09:22:02 +03:00

MIT License Gitter Build Status

Read Online:

Chapter Code Examples:

Contributing

If you want to submit a fix for a typo or fix for code then just submit a pull request, and I'm happy to recompile the resulting document.

If for some reason you want to compile the HTML page yourself, then you'll need to compile the preprocessor against Pandoc and then run make to build the page.

$ make
$ firefox tutorial.html

Alternatively a PDF or EPUB file can be generated by one of the following commands:

$ make tutorial.pdf
$ make tutorial.epub

Stack

Alternatively using the stack build system:

$ stack ghc includes.hs -- -o includes 
$ stack exec make
$ firefox tutorial.html

License

Stephen Diehl (2013-2017)

No rights reserved. The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.

You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.