summaryrefslogtreecommitdiff
path: root/ide/coq.mli
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
commite978da8c41d8a3c19a29036d9c569fbe2a4616b0 (patch)
tree0de2a907ee93c795978f3c843155bee91c11ed60 /ide/coq.mli
parent3ef7797ef6fc605dfafb32523261fe1b023aeecb (diff)
Imported Upstream version 8.0pl3+8.1betaupstream/8.0pl3+8.1beta
Diffstat (limited to 'ide/coq.mli')
-rw-r--r--ide/coq.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/ide/coq.mli b/ide/coq.mli
index eaa32068..666a5397 100644
--- a/ide/coq.mli
+++ b/ide/coq.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: coq.mli 6621 2005-01-21 17:24:37Z herbelin $ i*)
+(*i $Id: coq.mli 8877 2006-05-30 16:37:04Z notin $ i*)
open Names
open Term
@@ -50,6 +50,7 @@ val concl_menu : concl -> (string * string) list
val is_in_coq_lib : string -> bool
val is_in_coq_path : string -> bool
+val is_in_loadpath : string -> bool
val make_cases : string -> string list list