Remove incorrect tag duplication

This commit is contained in:
Guillaume Bury 2017-04-12 19:40:21 +02:00
parent 0fe8ded071
commit 88c122c4a4

View file

@ -771,7 +771,7 @@ module Make
List.iteri (fun i a -> c.atoms.(i) <- a) atoms;
c
)
else make_clause ?tag:init.tag (fresh_name ()) atoms (History (c :: history))
else make_clause (fresh_name ()) atoms (History (c :: history))
in
Log.debugf info "New clause: @[<hov>%a@]" (fun k->k St.pp_clause clause);
match atoms with