Skip to content
Snippets Groups Projects
Commit fb0e9bac authored by Jakob Brünker's avatar Jakob Brünker Committed by Matthew Pickering
Browse files

Add support for \cases

See merge request ghc/ghc!7873
parent 58237d76
No related branches found
No related tags found
6 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files,!4Add support for \cases
...@@ -269,6 +269,7 @@ classify tok = ...@@ -269,6 +269,7 @@ classify tok =
ITequal -> TkGlyph ITequal -> TkGlyph
ITlam -> TkGlyph ITlam -> TkGlyph
ITlcase -> TkGlyph ITlcase -> TkGlyph
ITlcases -> TkGlyph
ITvbar -> TkGlyph ITvbar -> TkGlyph
ITlarrow {} -> TkGlyph ITlarrow {} -> TkGlyph
ITrarrow {} -> TkGlyph ITrarrow {} -> TkGlyph
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment