aboutsummaryrefslogtreecommitdiff
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index ff5b71b91d..ee3a0dcf14 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -230,9 +230,9 @@ type register_kind =
| RegisterInline
type bullet =
- | Dash
- | Star
- | Plus
+ | Dash of int
+ | Star of int
+ | Plus of int
(** {6 Types concerning Stm} *)
type 'a stm_vernac =