AltErgoLib.Commandstype sat_decl_aux = | Decl of Id.typed| Assume of string * Expr.t * bool| PredDef of Expr.t * string| RwtDef of Expr.t Typed.rwt_rule list| Optimize of Objective.Function.t| Query of string * Expr.t * Ty.goal_sort| ThAssume of Expr.th_elt| Push of int| Pop of intval print : Stdlib.Format.formatter -> sat_tdecl -> unit