mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix(th-data): avoid redundant explanations
This commit is contained in:
parent
e58b29da02
commit
10b9febe9d
1 changed files with 0 additions and 1 deletions
|
|
@ -170,7 +170,6 @@ module Make(A : ARG) : S with module A = A = struct
|
||||||
Expl.mk_list [
|
Expl.mk_list [
|
||||||
Expl.mk_merge n1 c1.c_n;
|
Expl.mk_merge n1 c1.c_n;
|
||||||
Expl.mk_merge n2 c2.c_n;
|
Expl.mk_merge n2 c2.c_n;
|
||||||
Expl.mk_merge n1 n2;
|
|
||||||
]
|
]
|
||||||
in
|
in
|
||||||
if A.Cstor.equal c1.c_cstor c2.c_cstor then (
|
if A.Cstor.equal c1.c_cstor c2.c_cstor then (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue