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
41d63e32
Commit
41d63e32
authored
Sep 12, 2000
by
Martin Wierich
Browse files
small bugfix
parent
548979ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/transform.icl
View file @
41d63e32
...
...
@@ -269,9 +269,18 @@ where
unfold
(
MatchExpr
opt_tuple
cons_symb
expr
)
us
#
(
expr
,
us
)
=
unfold
expr
us
=
(
MatchExpr
opt_tuple
cons_symb
expr
,
us
)
unfold
(
DynamicExpr
expr
)
us
#
(
expr
,
us
)
=
unfold
expr
us
=
(
DynamicExpr
expr
,
us
)
unfold
expr
us
=
(
expr
,
us
)
instance
unfold
DynamicExpr
where
unfold
expr
=:{
dyn_expr
}
us
#
(
dyn_expr
,
us
)
=
unfold
dyn_expr
us
=
({
expr
&
dyn_expr
=
dyn_expr
},
us
)
/* Sjaak ... */
instance
unfold
Selection
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