succ -package:type-natural

Successor of a value. For numeric types, succ adds 1.
the successor of a value. For numeric types, succ adds 1.
Return the successor of the Fin or return nothing if the argument is the greatest inhabitant.
The successor of a number.
Combine succ and pred
The successor of a value, or Nothing is there isn't one. For the numeric types in the Prelude, succ adds 1.
Add one to an integer
Successor type family.
>>> :kind! Succ Bin5
Succ Bin5 :: Bin
= 'BP ('B0 ('B1 'BE))
Succ   :: Bin -> Bin
Succ'  :: Bin -> BinP
Succ'' :: BinP -> Bin