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
ab176653
Commit
ab176653
authored
Apr 11, 2007
by
John van Groningen
Browse files
remove updateExpression instance for removed type
parent
619e94ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/overloading.icl
View file @
ab176653
...
...
@@ -1620,13 +1620,6 @@ where
{
ui
&
ui_var_heap
=
ui_var_heap
,
ui_error
=
ui_error
})
updateExpression
group_index
selection
ui
=
(
selection
,
ui
)
instance
updateExpression
TypeCase
where
updateExpression
group_index
type_case
=:{
type_case_dynamic
,
type_case_patterns
,
type_case_default
}
ui
#
((
type_case_dynamic
,(
type_case_patterns
,
type_case_default
)),
ui
)
=
updateExpression
group_index
(
type_case_dynamic
,(
type_case_patterns
,
type_case_default
))
ui
=
({
type_case
&
type_case_dynamic
=
type_case_dynamic
,
type_case_patterns
=
type_case_patterns
,
type_case_default
=
type_case_default
},
ui
)
instance
updateExpression
DynamicPattern
where
...
...
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