module ApplyResult:sig..end
ApplyResult objects represent the result of an application of a
tactic to a goal. It contains the subgoals that were produced.
type apply_result
val get_num_subgoals : apply_result -> intval get_subgoals : apply_result -> Goal.goal listval get_subgoal : apply_result -> int -> Goal.goalval convert_model : apply_result -> int -> Model.model -> Model.modelg, that the ApplyResult was obtained from.
#return A model for gval to_string : apply_result -> string