aboutsummaryrefslogtreecommitdiff
path: root/API/grammar_API.mli
diff options
context:
space:
mode:
Diffstat (limited to 'API/grammar_API.mli')
-rw-r--r--API/grammar_API.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/API/grammar_API.mli b/API/grammar_API.mli
index 44aae771f6..4da5b380fe 100644
--- a/API/grammar_API.mli
+++ b/API/grammar_API.mli
@@ -211,6 +211,7 @@ end
module Mltop :
sig
val add_known_module : string -> unit
+ val module_is_known : string -> bool
val declare_cache_obj : (unit -> unit) -> string -> unit
end
module Vernacinterp :