diff options
author | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-09-15 15:13:51 +0000 |
---|---|---|
committer | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-09-15 15:13:51 +0000 |
commit | 3c97392d5acbaddad6714fa097ff4ec7bb3e6d29 (patch) | |
tree | e0e2a261820c3db39f26134c07f1620345615f63 /tools/coqdoc | |
parent | f0896101a261663f855ffc41c7d4bb6b68c166e7 (diff) |
Add types introduced by subtac in *.glob files
Hints from compilation warnings
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11412 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools/coqdoc')
-rw-r--r-- | tools/coqdoc/index.mll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdoc/index.mll b/tools/coqdoc/index.mll index 9daec6b55..6a61571c6 100644 --- a/tools/coqdoc/index.mll +++ b/tools/coqdoc/index.mll @@ -420,7 +420,7 @@ and module_refs = parse { let type_of_string = function - | "def" | "coe" | "subclass" | "canonstruc" + | "def" | "coe" | "subclass" | "canonstruc" | "fix" | "cofix" | "ex" | "scheme" -> Definition | "prf" | "thm" -> Lemma | "ind" | "coind" -> Inductive |