1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-08-17 07:50:22 +03:00
What I Wish I Knew When Learning Haskell
Go to file
2016-11-07 00:43:09 +00:00
css add webkit-overflow-scrolling 2016-11-06 22:25:53 +00:00
img include fonts 2016-03-22 21:00:59 -04:00
js Use a lighter and responsive styling (#140) 2016-11-06 16:57:07 -05:00
resources Use a lighter and responsive styling (#140) 2016-11-06 16:57:07 -05:00
src generic parsing of simple recusive type as an extension of original example (#134) 2016-08-30 21:06:03 -04: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 added section on sparks and strategies 2014-08-08 21:26:04 -05:00
Makefile Use a lighter and responsive styling (#140) 2016-11-06 16:57:07 -05:00
README.md PDF link in README 2016-05-12 09:42:45 -04:00
Shakefile.hs happy and alex 2016-03-22 16:38:00 -04:00
stack.yaml Update the lts resolver to 6.4 2016-06-25 09:17:59 +03:00
tutorial.md Merge branch 'master' of github.com:sdiehl/wiwinwlh 2016-11-07 00:43:09 +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-2016)

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.