Closed RyanGlScott closed 2 years ago
Data.SBV exports the bitwuzla, cvc5, and dReal solvers, but none of them are exported from Data.SBV.Dynamic or Data.SBV.Trans. This patch re-exports them from the latter to keep things consistent across all modules.
bitwuzla
cvc5
dReal
Data.SBV.Dynamic
Data.SBV.Trans
Thanks!
Data.SBV exports the
bitwuzla
,cvc5
, anddReal
solvers, but none of them are exported fromData.SBV.Dynamic
orData.SBV.Trans
. This patch re-exports them from the latter to keep things consistent across all modules.