Here, a type synonym \hs{RegisterIndex} is defined that is equal to
the \hs{RangedWord} type constructor applied to the type \hs{D7}. In
- other words, this defines an unsigned word with values from 0 to 7
- (inclusive). This word can be be used to index the 8 element vector
- \hs{RegisterState} above.
+ other words, this defines an unsigned word with values from
+ \lam{0} to \lam{7} (inclusive). This word can be be used to index the
+ 8 element vector \hs{RegisterState} above.
This type is translated to the \type{unsigned} \small{VHDL} type.
\stopdesc