mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-12 14:00:42 -05:00
10 lines
219 B
OCaml
10 lines
219 B
OCaml
(*
|
|
MSAT is free software, using the Apache license, see file LICENSE
|
|
Copyright 2016 Guillaume Bury
|
|
*)
|
|
|
|
module Expr = Expr_sat
|
|
module Type = Type_sat
|
|
|
|
include Minismt.Solver.Make(Expr)(Minismt.Solver.DummyTheory(Expr))
|
|
|