mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Explain plugin: evaluate matches eagerly
They don't display well. Incidentally that seems to work around issue #721 on our example.
This commit is contained in:
parent
6373df08a9
commit
0f87f0ec8f
@ -739,7 +739,7 @@ let program_to_graph
|
||||
value_level with
|
||||
eval_struct = false;
|
||||
eval_op = false;
|
||||
eval_match = false;
|
||||
eval_match = true;
|
||||
eval_vars = (fun v -> false);
|
||||
}
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user