From 0692216822e1fd9001f15178c5cb9dd91c9fbc74 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 5 Sep 2011 16:47:16 +0000 Subject: Ide_intf: slight reorganisation of the IDE api - merge raw_interp with interp (with one more flag) - merge read_stdout with interp, which now return a string - shorter command names git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14454 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coq.mli | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'ide/coq.mli') diff --git a/ide/coq.mli b/ide/coq.mli index 04155ac40..685bfcac3 100644 --- a/ide/coq.mli +++ b/ide/coq.mli @@ -45,14 +45,13 @@ val interrupter : (int -> unit) ref (** * Calls to Coqtop, cf [Ide_intf] for more details *) -val interp : coqtop -> bool -> string -> unit Ide_intf.value -val raw_interp : coqtop -> string -> unit Ide_intf.value -val read_stdout : coqtop -> string Ide_intf.value +val interp : + coqtop -> ?raw:bool -> ?verbose:bool -> string -> string Ide_intf.value val rewind : coqtop -> int -> unit Ide_intf.value -val is_in_loadpath : coqtop -> string -> bool Ide_intf.value -val make_cases : coqtop -> string -> string list list Ide_intf.value -val current_status : coqtop -> string Ide_intf.value -val current_goals : coqtop -> Ide_intf.goals Ide_intf.value +val status : coqtop -> string Ide_intf.value +val goals : coqtop -> Ide_intf.goals Ide_intf.value +val inloadpath : coqtop -> string -> bool Ide_intf.value +val mkcases : coqtop -> string -> string list list Ide_intf.value (** A specialized version of [raw_interp] dedicated to set/unset options. *) -- cgit v1.2.3