Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
curry-frontend
Commits
59d75a24
Commit
59d75a24
authored
Apr 11, 2016
by
Jan Rasmus Tikovsky
Browse files
Added additional case for unary minus
parent
dac70ef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Html/SyntaxColoring.hs
View file @
59d75a24
...
...
@@ -152,6 +152,7 @@ setQualified b (Function u _ f) = Function u b f
setQualified
b
(
Identifier
u
_
i
)
=
Identifier
u
b
i
setQualified
b
(
TypeCons
u
_
t
)
=
TypeCons
u
b
t
setQualified
_
m
@
(
ModuleName
_
)
=
m
setQualified
_
s
@
(
Symbol
_
)
=
s
setQualified
_
c
=
internalError
$
"Html.SyntaxColoring.setQualified: "
++
show
c
code2string
::
Code
->
String
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment