Skip to content
GitLab
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
bcd39a65
Commit
bcd39a65
authored
Jan 25, 2005
by
John van Groningen
Browse files
print "(let ...) or #" for Let and "update of record" for RecordUpdate
in error messages
parent
3f189875
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/syntax.icl
View file @
bcd39a65
...
...
@@ -862,6 +862,10 @@ where
=
file
<<<
bv
show_expression
file
(
MatchExpr
_
expr
)
=
file
<<<
"match expression"
show_expression
file
(
Let
_)
=
file
<<<
"(let ... ) or #"
show_expression
file
(
RecordUpdate
_
_
_)
=
file
<<<
"update of record"
show_expression
file
_
=
file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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