<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/latex-test/ref/TypeFamilies3, branch master</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=master</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2021-02-11T09:32:32+00:00</updated>
<entry>
<title>Stable sort for (data/newtype) instances</title>
<updated>2021-02-11T09:32:32+00:00</updated>
<author>
<name>alexbiehl</name>
<email>alexbiehl@gmail.com</email>
</author>
<published>2021-02-09T11:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=cf7d06b8ac0f47d6ff1c2d3decdb6a50a0fd7502'/>
<id>urn:sha1:cf7d06b8ac0f47d6ff1c2d3decdb6a50a0fd7502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Many LaTeX backend fixes</title>
<updated>2019-03-09T19:22:55+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2018-09-09T21:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=ae23b4f25a972620686617b5aab5375d5046b1c9'/>
<id>urn:sha1:ae23b4f25a972620686617b5aab5375d5046b1c9</id>
<content type='text'>
After this commit, we can run with `--latex` on all boot libraries
without crashing (although the generated LaTeX still fails to compile in
a handful of larger packages like `ghc` and `base`).

 * Add newlines after all block elements in LaTeX. This is important to
   prevent the final output from being more an more indented. See the
   `latext-test/src/Example` test case for a sample of this.

 * Support associated types in class declarations (but not yet defaults)

 * Several small issues for producing compiling LaTeX;
     - avoid empy `\haddockbeginargs` lists (ex: `type family Any`)
     - properly escape identifiers depending on context (ex: `Int#`)
     - add `vbox` around `itemize`/`enumerate` (so they can be in tables)

 * Several spacing fixes:
     - limit the width of `Pretty`-arranged monospaced code
     - cut out extra space characters in export lists
     - only escape spaces if there are _multiple_ spaces
     - allow type signatures to be multiline (even without docs)

 * Remove uninteresting and repetitive `main.tex`/`haddock.sty` files
   from `latex-test` test reference output.

Fixes #935, #929 (LaTeX docs for `text` build &amp; compile)
Fixes #727, #930 (I think both are really about type families...)
</content>
</entry>
<entry>
<title>Latex type families (#734)</title>
<updated>2018-08-04T15:51:30+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2018-08-04T15:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=c9d918de8944fb89e11cf182501e9846ff4316e7'/>
<id>urn:sha1:c9d918de8944fb89e11cf182501e9846ff4316e7</id>
<content type='text'>
* Support for type families in LaTeX

The code is ported over from the XHTML backend.

* Refactor XHTML and LaTeX family handling

This is mostly a consolidation effort: stripping extra exports,
inlining some short definitions, and trying to make the backends
match.

The LaTeX backend now has preliminary support for data families,
although the only the data instance head is printed (not the actual constructors).

Both backends also now use "newtype" for newtype data family
instances.

* Add some tests
</content>
</entry>
</feed>
