diff options
| author | Hugo Herbelin | 2014-08-05 19:08:48 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2014-08-05 19:52:24 +0200 |
| commit | 467db5040fe2f311f8f5493f89dc8f95647a9a0b (patch) | |
| tree | 5ebbe4139abc44bbef7362aa860c57711d6dcfd9 /intf | |
| parent | 8e3c749e69649fb45750355e464ce7c16a4462c7 (diff) | |
Uncountably many bullets (+,-,*,++,--,**,+++,...).
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.mli | 6 |
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 = |
