Skip to content

Commit

Permalink
Update src/lib/reasoners/enum_rel.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Basile Clément <[email protected]>
  • Loading branch information
Halbaroth and bclement-ocp authored Oct 12, 2023
1 parent 6ec457b commit 05282a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reasoners/enum_rel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ let count_splits env la =
{env with size_splits = nb}

(* Add the uninterpreted semantic value [r] to the environment [env] with the
total domain. *)
all the constructors of its type as domain. *)
let add_aux env r =
Debug.add r;
match Sh.embed r, values_of r with
Expand Down

0 comments on commit 05282a1

Please sign in to comment.