Merge pull request #426 from vipo/dev

Fix Bit format
This commit is contained in:
Philip Wadler 2019-10-21 13:16:03 +01:00 committed by GitHub
commit 84449daa5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
```