mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fix bug in dependency analysis around scope call arguments
This commit is contained in:
parent
d09113163d
commit
2d062a4ad0
@ -660,10 +660,8 @@ let translate_rule
|
||||
ctx.scope_vars;
|
||||
} )
|
||||
| Definition
|
||||
( (SubScopeVar { alias = subs_index; var = subs_var; _ }, var_def_pos),
|
||||
tau,
|
||||
a_io,
|
||||
e ) ->
|
||||
((SubScopeVar { alias = subs_index; var = subs_var; _ }, _), tau, a_io, e)
|
||||
->
|
||||
let a_name =
|
||||
Mark.map
|
||||
(fun str ->
|
||||
|
Loading…
Reference in New Issue
Block a user