Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
92bdc610
Commit
92bdc610
authored
Apr 18, 2005
by
John van Groningen
Browse files
don't print pointer values in type errors
parent
fc22d45d
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/syntax.icl
View file @
92bdc610
...
...
@@ -88,8 +88,8 @@ where
instance
<<<
TypeVar
where
//
(<<<) file varid = file <<< varid.tv_ident
(<<<)
file
varid
=
file
<<<
varid
.
tv_ident
<<<
"<"
<<<
varid
.
tv_info_ptr
<<<
">"
(<<<)
file
varid
=
file
<<<
varid
.
tv_ident
//
(<<<) file varid = file <<< varid.tv_ident <<< "<" <<< varid.tv_info_ptr <<< ">"
instance
<<<
AttributeVar
where
...
...
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