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
ab176653
Commit
ab176653
authored
Apr 11, 2007
by
John van Groningen
Browse files
remove updateExpression instance for removed type
parent
619e94ba
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/overloading.icl
View file @
ab176653
...
...
@@ -1621,13 +1621,6 @@ where
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
updateExpression
group_index
dp
=:{
dp_type
,
dp_rhs
}
ui
...
...
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