mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -05:00
feat: re-export exn
This commit is contained in:
parent
96c4d83781
commit
110eda2f05
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue