aboutsummaryrefslogtreecommitdiff
path: root/ide/coq.mli
diff options
context:
space:
mode:
authormonate2003-02-24 09:38:26 +0000
committermonate2003-02-24 09:38:26 +0000
commitefbfd8952ea2ec1d398c314e47aa92aae331db94 (patch)
tree652d2b3a3f4b880662ab820651ce1f349f2b0d6c /ide/coq.mli
parentc029a382c356120bd4e655ae8e9409cf3cfcd556 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3691 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq.mli')
-rw-r--r--ide/coq.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.mli b/ide/coq.mli
index c707d5768b..e96d03ae1b 100644
--- a/ide/coq.mli
+++ b/ide/coq.mli
@@ -18,7 +18,7 @@ type hyp = env * evar_map *
type concl = env * evar_map * constr * string
type goal = hyp list * concl
-val get_curent_goals : unit -> goal list
+val get_current_goals : unit -> goal list
val print_no_goal : unit -> string