Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d4683430
Commit
d4683430
authored
Jan 15, 1999
by
sof
Browse files
[project @ 1999-01-15 10:23:59 by sof]
Removed debugging code that accidentally was left behind.
parent
dc0dba41
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/parser/type2context.c
View file @
d4683430
...
...
@@ -57,9 +57,6 @@ type2context(t)
return
(
lsing
(
t
));
case
namedtvar
:
fprintf
(
stderr
,
"namedtvar: %d %s
\n
"
,
hashIds
,
gnamedtvar
(
t
));
if
(
strcmp
(
"()"
,
gnamedtvar
(
t
))
==
0
)
return
(
Lnil
);
hsperror
(
"type2context: unexpected namedtvar found in a context"
);
case
tllist
:
...
...
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