aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqdoc
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-10-23 07:45:15 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-10-23 07:45:15 +0200
commitd30a7244b52e86c364320a8fa0794c7686f30074 (patch)
tree1e2e664fc5c684ee614c526a633e686aa1e00881 /tools/coqdoc
parent273005ac85e9ae0c23328e243edeadfc8dcaf8bb (diff)
Support "Functional Scheme" in coqdoc. (Fix bug #4382)
Diffstat (limited to 'tools/coqdoc')
-rw-r--r--tools/coqdoc/cpretty.mll1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/coqdoc/cpretty.mll b/tools/coqdoc/cpretty.mll
index cb7041467..d28921674 100644
--- a/tools/coqdoc/cpretty.mll
+++ b/tools/coqdoc/cpretty.mll
@@ -320,6 +320,7 @@ let def_token =
| "Instance"
| "Declare" space+ "Instance"
| "Global" space+ "Instance"
+ | "Functional" space+ "Scheme"
let decl_token =
"Hypothesis"