Z3.ASTmodule ASTVector : sig ... endmodule ASTMap : sig ... endval hash : ast -> intval get_id : ast -> intval get_ast_kind : ast -> Z3enums.ast_kindval is_expr : ast -> boolval is_var : ast -> boolval is_quantifier : ast -> boolval is_sort : ast -> boolval is_func_decl : ast -> boolval to_string : ast -> stringval to_sexpr : ast -> string