aboutsummaryrefslogtreecommitdiff
path: root/latex-test/ref/LinearTypes
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-13/+13
|
* Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2020-12-163-0/+98
Previously we were ignoring multiplicity and displayed a %1 -> b as a -> b.