Skip to content
Snippets Groups Projects
Commit 9c3d79a0 authored by Nathan Koskas de Diego's avatar Nathan Koskas de Diego
Browse files

[qed] bug fixes

parent df406886
No related branches found
No related tags found
No related merge requests found
...@@ -2306,7 +2306,7 @@ struct ...@@ -2306,7 +2306,7 @@ struct
| Lambda, _ -> true | Lambda, _ -> true
| Forall, x | Exists, x -> Vars.mem x e.vars | Forall, x | Exists, x -> Vars.mem x e.vars
) qxs in ) qxs in
let xs = List.map (fun (_q, x) -> x) qxs in let xs = List.rev_map (fun (_q, x) -> x) qxs in
let e = lc_close_xs xs e in let e = lc_close_xs xs e in
List.fold_right (fun (q, x) e -> c_bind q (tau_of_var x) e) qxs e List.fold_right (fun (q, x) e -> c_bind q (tau_of_var x) e) qxs e
......
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