sdiehl / write-you-a-haskell

Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
MIT License
3.34k stars 256 forks source link

changes to the Hindley-Milner Inference chapter #55

Closed chsievers closed 9 years ago

chsievers commented 9 years ago

Small and not so small changes to the beginning of chapter 7.

sdiehl commented 9 years ago

Sweet, I'll look over the changes this weekend. Have you tried rendering the latex either using pdflatex or mathjax.

Sometimes line like this:

we get
$$[s]\alpha=\alpha\rightarrow\beta$$
and

Need an extra space between the display equations to render in the browser.

we get

$$[s]\alpha=\alpha\rightarrow\beta$$

and
chsievers commented 9 years ago

At least the mathjax version renders fine for me.