Skip to content
Snippets Groups Projects
Commit 3f6208d7 authored by Vladislav Zavialov's avatar Vladislav Zavialov
Browse files

Handle LexicalNegation's ITprefixminus

parent 22f2c937
1 merge request!11058Draft: Merge Haddock submodule into GHC tree
......@@ -270,6 +270,7 @@ classify tok =
ITtilde -> TkGlyph
ITdarrow {} -> TkGlyph
ITminus -> TkGlyph
ITprefixminus -> TkGlyph
ITbang -> TkGlyph
ITdot -> TkOperator
ITstar {} -> TkOperator
......
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