feat: re-export exn

This commit is contained in:
Simon Cruanes 2019-02-10 16:58:41 -06:00 committed by Guillaume Bury
parent 96c4d83781
commit 110eda2f05

View file

@ -64,6 +64,8 @@ let pp_lbool out = function
| L_false -> Format.fprintf out "false"
| L_undefined -> Format.fprintf out "undefined"
exception No_proof = Solver_intf.No_proof
module Make_mcsat = Solver.Make_mcsat
module Make_cdcl_t = Solver.Make_cdcl_t
module Make_pure_sat = Solver.Make_pure_sat