Closed bakkdoor closed 8 years ago
I noticed that we don't correctly decode nil BERTs (decoded as Atom('nil')) into None.
nil
Atom('nil')
None
I noticed that we don't correctly decode
nil
BERTs (decoded asAtom('nil')
) intoNone
.