mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix(th-data): fix merge explanation in cstor monoid
This commit is contained in:
parent
d52fb1e5fd
commit
6061b5843e
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ module Make(A : ARG) : S with module A = A = struct
|
|||
Expl.mk_list [
|
||||
Expl.mk_merge n1 v1.n;
|
||||
Expl.mk_merge n2 v2.n;
|
||||
Expl.mk_merge n1 n2;
|
||||
]
|
||||
in
|
||||
if A.Cstor.equal v1.cstor v2.cstor then (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue