Fix bug in dependency analysis around scope call arguments

This commit is contained in:
Louis Gesbert 2023-10-13 16:12:15 +02:00
parent d09113163d
commit 2d062a4ad0

View File

@ -660,10 +660,8 @@ let translate_rule
ctx.scope_vars; ctx.scope_vars;
} ) } )
| Definition | Definition
( (SubScopeVar { alias = subs_index; var = subs_var; _ }, var_def_pos), ((SubScopeVar { alias = subs_index; var = subs_var; _ }, _), tau, a_io, e)
tau, ->
a_io,
e ) ->
let a_name = let a_name =
Mark.map Mark.map
(fun str -> (fun str ->