Skip to content
Snippets Groups Projects
Commit b13fcf40 authored by Forget Julien's avatar Forget Julien
Browse files

Misc.

parent 7831f4be
Branches
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ let const_of_prod f =
(* Assumes that [List.length fl] >= 2 *)
let rec simplify_sum_rec loops fl =
(* Simplification rule on plus/annot is missing here (unsure why) *)
match fl with
| [] | [_] -> Utils.internal_error "simplify_sum_rec" "wrong list size"
| [FPlus fl1; FPlus fl2] ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment