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
30a9c9a8
Commit
30a9c9a8
authored
Feb 14, 2007
by
John van Groningen
Browse files
add space before and after @
parent
bc2ba2ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/generics1.icl
View file @
30a9c9a8
...
...
@@ -3614,7 +3614,7 @@ foldExpr f expr=:(Var _) st
foldExpr
f
expr
=:(
App
{
app_args
})
st
#
st
=
f
expr
st
=
foldSt
(
foldExpr
f
)
app_args
st
foldExpr
f
expr1
=:(
expr
@
exprs
)
st
foldExpr
f
expr1
=:(
expr
@
exprs
)
st
#
st
=
f
expr
st
=
foldSt
(
foldExpr
f
)
[
expr
:
exprs
]
st
foldExpr
f
expr
=:(
Let
{
let_lazy_binds
,
let_strict_binds
,
let_expr
})
st
...
...
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