Nameops.Subscript
val zero : t
Empty subscript
Guarantees that x < succ x
, but succ x
might not be the smallest element strictly above x
, generally it does not exist. Example mappings: "" ↦ "0" "0" ↦ "1" "00" ↦ "01" "1" ↦ "2" "01" ↦ "02" "9" ↦ "10" "09" ↦ "10" "99" ↦ "100"