Fix Bit format

This commit is contained in:
Vi Po 2019-10-20 22:25:39 +03:00
parent 22edd31564
commit 23ab17728d

View file

@ -913,7 +913,7 @@ between the two representations.
from : Bin →
For the former, choose the bitstring to have no leading zeros if it
represents a positive natural, and represent zero by `x0 nil`.
represents a positive natural, and represent zero by `⟨⟩ O`.
Confirm that these both give the correct answer for zero through four.
```