Skip to content
Miscellaneous articles. The readme is the table of contents.
Haskell HTML Makefile
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
hindley-milner
2018-08-21_tricky-haskell-questions.md Add a couple of tricky Haskell questions Aug 21, 2018
2018-11-22_zipWith_const.md Mention David Feuer’s more efficient (Eq Polygon) implementation Nov 23, 2018
README.md Add zipWith const to README TOC Nov 22, 2018
algebraic-blindness.md Pairs have two fields (was: tuples) Aug 5, 2017
applicative_monad.md Update applicative_monad.md Mar 8, 2019
build.md Make README readable May 7, 2015
cont_monad.md Fix small typos May 22, 2020
crazy_io.md Code style Feb 3, 2016
fbut.md Fix a few typos Apr 29, 2018
fix.md Fix small typos May 22, 2020
fixing-warnings.md Add article about fixing warnings Feb 13, 2016
functions_comprehensible.md Add desugaring of do notation Jun 7, 2017
great_things_about_haskell.md Update great_things_about_haskell.md Oct 14, 2016
haskell-cpp-compatibility.md Fix version of base that should contain Semigroup May 21, 2017
haskell-equality-table.html Indicate what happens if the ambiguity is resolved May 17, 2019
haskell_style.md Avoid type synonyms Jul 4, 2015
instances.md correct SKI remark May 9, 2014
law-rules.md Add modular_keyboard Oct 23, 2013
lens-infix-operators.md Group convenience operators, provide more examples Mar 22, 2014
loeb-moeb.md Mention that fix can be used to implement moeb May 26, 2015
monad_analogy_counterexamples.md Add monad analogy counterexamples Sep 17, 2016
monad_fail.md typo May 17, 2019
monad_fail_update1.md Add MonadFail update #1 Jun 16, 2015
reader_instance_derived.md Fold at 80 chars/line Jan 1, 2015
second_functor_law.md fixed broken links May 22, 2020
seqm_proposal.md seqM proposal successful May 12, 2014
tag-dont-type.md Small typo fix May 22, 2020
unmaintainable_haskell.md Add three new pieces of excellent advice Dec 11, 2016
useful_techniques.md Remove incorrect hint Feb 16, 2015
warning-redesign.md Add article about redesign of GHC's warnings Dec 16, 2015
write_yourself_a_brainfuck.md docs: `ord` should be `chr` Jun 23, 2018

README.md

Quchen's articles

This repository is filled with articles I have written and needed online for various reasons. Below is a short summary of the articles available publically. The repository may contain files not mentioned below, in which case they're probably unfinished or otherwise not worth reading at this point.

Haskell related

General, tutorials

Proposals

You can’t perform that action at this time.