Skip to content
Snippets Groups Projects
Commit ca041e19 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[parser] Update comment

parent 336f28f6
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,7 @@
link the original contract with its pretty-printed version. *)
Extlib.replace compare_pair (filter_from f2) acc
| From ds1, From ds2 ->
(* we keep the two functional dependencies,
as they have to be proved separately. *)
(* we merge the two functional dependencies. *)
Extlib.replace compare_pair (l, From (concat_deps ds1 ds2)) acc
with Not_found -> acc @ [filter_from f2]
in List.fold_left concat_one a1 a2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment