OCamlPro / alt-ergo

OCamlPro public development repository for Alt-Ergo
https://alt-ergo.ocamlpro.com/
Other
130 stars 33 forks source link

Remove `Expr.mk_binders` #1101

Closed Halbaroth closed 4 months ago

Halbaroth commented 4 months ago

The smart constructor mk_binders is useless because we can build directly the set of binders in D_cnf and we avoid to embed variables in symbols then extract them in mk_binders.