pretty printing is not the inverse operation of parsing
gui#main#showScriptMenuItem#set_active true
method advance tactical =
- let text = "\n" ^ TacticAstPp.pp_tactical tactical in
+ let text = "\n" ^ tactical in
buf#insert ~iter:(buf#get_iter_at_mark (`NAME "locked")) text;
let res = self#_forward () in
if not (fst res) then begin
(** adds a tactical at current script execution point and execute it. Used
* when the user uses buttons or console instead of directly editing the
* script *)
- method advance: DisambiguateTypes.tactical -> MatitaTypes.command_outcome
+ method advance: string -> MatitaTypes.command_outcome
end
val script: interpreter:MatitaTypes.interpreter -> script