mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 21:48:50 -05:00
Remove incorrect tag duplication
This commit is contained in:
parent
0fe8ded071
commit
88c122c4a4
1 changed files with 1 additions and 1 deletions
|
|
@ -771,7 +771,7 @@ module Make
|
||||||
List.iteri (fun i a -> c.atoms.(i) <- a) atoms;
|
List.iteri (fun i a -> c.atoms.(i) <- a) atoms;
|
||||||
c
|
c
|
||||||
)
|
)
|
||||||
else make_clause ?tag:init.tag (fresh_name ()) atoms (History (c :: history))
|
else make_clause (fresh_name ()) atoms (History (c :: history))
|
||||||
in
|
in
|
||||||
Log.debugf info "New clause: @[<hov>%a@]" (fun k->k St.pp_clause clause);
|
Log.debugf info "New clause: @[<hov>%a@]" (fun k->k St.pp_clause clause);
|
||||||
match atoms with
|
match atoms with
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue