n.digitChar = c
This PR adds simp lemmas that simplify `n.digitChar = '0'` to `n = 0` and a simproc that simplifies `n.digitChar = '!'` to `False`.