aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorHugo Herbelin2014-08-05 19:08:48 +0200
committerHugo Herbelin2014-08-05 19:52:24 +0200
commit467db5040fe2f311f8f5493f89dc8f95647a9a0b (patch)
tree5ebbe4139abc44bbef7362aa860c57711d6dcfd9 /intf
parent8e3c749e69649fb45750355e464ce7c16a4462c7 (diff)
Uncountably many bullets (+,-,*,++,--,**,+++,...).
Diffstat (limited to 'intf')
-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 =