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
2fb9d801
Commit
2fb9d801
authored
Nov 21, 2002
by
Ronny Wichers Schreur
🏘
Browse files
bug fix: handle FailExpr in copy
parent
7178b50e
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/convertcases.icl
View file @
2fb9d801
...
...
@@ -2003,6 +2003,8 @@ where
copy
(
TupleSelect
tuple_symbol
arg_nr
expr
)
cp_info
#
(
expr
,
cp_info
)
=
copy
expr
cp_info
=
(
TupleSelect
tuple_symbol
arg_nr
expr
,
cp_info
)
copy
fail
=:(
FailExpr
_)
cp_info
=
(
fail
,
cp_info
)
copy
EE
cp_info
=
(
EE
,
cp_info
)
copy
(
NoBind
ptr
)
cp_info
...
...
@@ -2112,9 +2114,7 @@ where
(-*->)
infixl
(-*->)
a
b
:==
a
// ---> b
//import RWSDebug
(->>)
infixl
(->>)
a
b
:==
a
// ---> b
(<<-)
infixl
...
...
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