Module Mc2_core.StatementSource
Sourcetype t = | Stmt_set_logic of string| Stmt_set_option of string list| Stmt_set_info of string * string| Stmt_ty_decl of ID.t * int| Stmt_decl of ID.t
* Mc2_core__.Solver_types.ty list
* Mc2_core__.Solver_types.ty| Stmt_define of (ID.t
* (ID.t * Mc2_core__.Solver_types.ty) list
* Mc2_core__.Solver_types.ty
* Mc2_core__.Solver_types.term)
list| Stmt_assert_clauses of Mc2_core__.Solver_types.atom list list| Stmt_check_sat| Stmt_exit