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
796ad814
Commit
796ad814
authored
Mar 11, 2002
by
Martijn Vervoort
Browse files
- bug fix: added a forgotten alternative to function convertDynamics for
NoBind
parent
c545227b
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/convertDynamics.icl
View file @
796ad814
...
...
@@ -301,9 +301,7 @@ where
(
tb_rhs
,
ci
)
=
convertDynamics
{
global_type_instances
&
cinp_st_args
=
tb_args
}
vars_with_types
No
tb_rhs
ci
=
(
TransformedBody
{
tb_args
=
tb_args
,
tb_rhs
=
tb_rhs
},
ci
)
convert_dynamics_in_body
global_type_instances
other
fun_type
ci
|
True
<<-
(
"Martijn"
,
other
)
=
abort
"!!!unexpected value in 'convert dynamics.convert_dynamics_in_body'"
import
RWSDebug
=
abort
"unexpected value in 'convert dynamics.convert_dynamics_in_body'"
bindVarsToTypes2
st_context
vars
types
typed_vars
common_defs
:==
bindVarsToTypes
vars
(
addTypesOfDictionaries
common_defs
st_context
types
)
typed_vars
...
...
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