From ac507d8f51697a9f6d760a59efe61edb5ced57c7 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 11 May 2020 17:41:58 +0200 Subject: Moving interpretation of Search commands to their own file: comSearch.ml. --- vernac/comSearch.mli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vernac/comSearch.mli (limited to 'vernac/comSearch.mli') diff --git a/vernac/comSearch.mli b/vernac/comSearch.mli new file mode 100644 index 0000000000..42f59984ff --- /dev/null +++ b/vernac/comSearch.mli @@ -0,0 +1,14 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * Copyright INRIA, CNRS and contributors *) +(* Evd.evar_map -> + Vernacexpr.searchable -> Vernacexpr.search_restriction -> unit -- cgit v1.2.3