aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2014-12-12 15:19:10 +0100
committerGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2014-12-12 15:21:22 +0100
commita417d138c0a8abc028486c20d59e4f2e82f456ef (patch)
tree1f9efdac4020f8dde23583cbccef135f0520caea /intf/vernacexpr.mli
parentf47afacd86ff1f9fda5347decf298ace941a24bc (diff)
Searchxxx now search also the hypothesis and support goal selector.
Documentation also updated.
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 6cd56e6a6..f2a6309e3 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -402,7 +402,7 @@ type vernac_expr =
| VernacGlobalCheck of constr_expr
| VernacDeclareReduction of string * raw_red_expr
| VernacPrint of printable
- | VernacSearch of searchable * search_restriction
+ | VernacSearch of searchable * int option * search_restriction
| VernacLocate of locatable
| VernacRegister of lident * register_kind
| VernacComments of comment list