diff options
author | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-06-29 12:25:42 +0000 |
---|---|---|
committer | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-06-29 12:25:42 +0000 |
commit | 631d86d62d2c3fc7fd46165fdac52101d6b9ba95 (patch) | |
tree | b0b5206301465ab25108d149e37b4d8a8f639be3 /tools | |
parent | dbe5750b2e0014c5fe05e91fb2fda48ea0ce65ed (diff) |
efficacite du lexeur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5847 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools')
-rw-r--r-- | tools/coqdoc/output.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml index 1fa8b892c..1cfcfa47f 100644 --- a/tools/coqdoc/output.ml +++ b/tools/coqdoc/output.ml @@ -145,6 +145,7 @@ let _ = List.iter "|-", "\\ensuremath{\\vdash}"; "forall", "\\ensuremath{\\forall}"; "exists", "\\ensuremath{\\exists}"; + (* "fun", "\\ensuremath{\\lambda}" ? *) ] (*s Table of contents *) |