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 8d8f65f commit e769b7b
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 @@ -280,7 +280,7 @@ let case_split env uf ~for_model =
let x, _ = Uf.find_r uf r in
match Sh.embed x with
| Cons _ ->
(* The equivalence class of [r] already contains a value and
(* The equivalence class of [r] already contains a value so
we don't need to make another case-split for this semantic
value. *)
acc
Expand Down

0 comments on commit e769b7b

Please sign in to comment.