An invocation dest_numeral tm, where tm is a HOL numeral (a literal of type num),
returns the corrresponding ML value of type Arbnum.num. A numeral is a 
dyadic positional notation described by the following BNF:
     <numeral> ::= 0 | NUMERAL <bits>
     <bits>    ::= ZERO | BIT1 (<bits>) | BIT2 (<bits>)
The system prettyprinter will print a numeral as a string of digits.