udpate test

This commit is contained in:
Simon Cruanes 2022-01-14 11:35:04 -05:00
parent 5989d686da
commit 38a6727f44
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -83,10 +83,13 @@ module Sidekick_base_solver :
module Solver : sig ... end
module Th_data : sig ... end
module Th_bool : sig ... end
module Gensym : sig ... end
module Th_lra : sig ... end
module Th_lia : sig ... end
val th_bool : Solver.theory
val th_data : Solver.theory
val th_lra : Solver.theory
val th_lia : Solver.theory
end
```