diff options
| author | herbelin | 2005-01-21 17:18:23 +0000 |
|---|---|---|
| committer | herbelin | 2005-01-21 17:18:23 +0000 |
| commit | d7b2414b631d71e89e677d650b84bd4fadd44895 (patch) | |
| tree | 47b653e7e0ae9b83dbc8a96b2c5be4717b2eefbd /toplevel | |
| parent | ea6bd4e5496f0fd7e059cd9b924f29ca80a38ae2 (diff) | |
Compatibilité ocamlweb pour cible doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6616 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/vernacentries.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/vernacentries.mli b/toplevel/vernacentries.mli index da26f63f6a..dc521cc55a 100644 --- a/toplevel/vernacentries.mli +++ b/toplevel/vernacentries.mli @@ -27,11 +27,11 @@ val show_node : unit -> unit in the context of the current goal, as for instance in pcoq *) val get_current_context_of_args : int option -> Evd.evar_map * Environ.env +(*i (* this function is used to analyse the extra arguments in search commands. It is used in pcoq. *) (*i anciennement: inside_outside i*) -(* val interp_search_restriction : search_restriction -> dir_path list * bool -*) +i*) type pcoq_hook = { start_proof : unit -> unit; |
