smtml
Smtml.Mappings
include module type of struct include Mappings_intf end
type satisfiability = [
| `Sat
| `Unsat
| `Unknown
]
module type M = Mappings_intf.M
module type M_with_make = Mappings_intf.M_with_make
module type S = Mappings_intf.S
module type S_with_fresh = Mappings_intf.S_with_fresh
module Make (M_with_make : M_with_make) : S_with_fresh