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
2020-01-25 14:27:07 +00:00
css Write more 2020-01-05 22:10:28 +00:00
img Write more 2020-01-25 14:27:07 +00:00
js Navigation and scroll fixes (#143) 2016-11-07 06:00:16 -05:00
resources Write more 2020-01-25 14:27:07 +00:00
src Write more 2020-01-18 06:20:33 +00:00
.gitignore CI for first four src dirs 2019-12-28 18:03:38 +00:00
.travis.yml remove nightly resolver 2016-05-08 14:02:55 -04:00
deploy.sh Update cabal section 2019-12-23 09:43:17 +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 Fix makefile 2019-12-25 23:06:23 +00:00
LICENSE Bump dates 2019-03-11 10:42:28 +00:00
Makefile Write more 2020-01-25 14:27:07 +00:00
README.md Bump dates 2019-03-11 10:42:28 +00:00
shell.nix Fixing missing unicode characters in rendered PDF (#177) 2020-01-17 16:01:01 +00:00
stack.yaml Remove reference to padding 2018-06-01 11:40:37 +01:00
stack.yaml.lock Commit lockfile 2019-12-26 16:49:22 +00:00
tutorial.md Write more 2020-01-25 14:27:07 +00:00
wiwinwlh.cabal Remove unneeded dependencies 2018-06-01 11:56:38 +01: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:

$ apt-get install texlive texlive-xetex
$ 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-2019)

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.