Alpha.Caseless
Caseless Letters
val length : int
total number of symbols in the alphabet
val index : char -> int
index x maps x to the n'th symbol of an alphabet, if x is a representation of that symbols, returns a number that is outside of [0,len-1] interval if it is not.
index x
x
n
[0,len-1]