Skip to content

Commit

Permalink
add labeled arguments in call of expand_enabled_cdot to avoid warning…
Browse files Browse the repository at this point in the history
… in ocaml 4.13
  • Loading branch information
quicquid committed Aug 5, 2022
1 parent c758c25 commit ee56b3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/backend/prep.ml
Original file line number Diff line number Diff line change
Expand Up @@ -983,10 +983,10 @@ let normalize_expand ob fpout thyout record
let ob = normalize_expr ob in
try
let ob = expand_enabled_cdot
ob expand_enabled expand_cdot autouse
apply_lambdify enabled_axioms enabled_rewrites
enabled_rules level_comparison
used_identifiers in
ob ~expand_enabled ~expand_cdot ~autouse
~apply_lambdify ~enabled_axioms ~enabled_rewrites
~enabled_rules ~level_comparison
~used_identifiers in
(ob, true)
with Failure msg ->
(* `msg` is the message from soundness checks,
Expand Down

0 comments on commit ee56b3d

Please sign in to comment.