Closed evhub closed 10 years ago
[a] should always be a one-element row, not a conversion to a row from a list. Additionally, everywhere where we currently use [0] to represent none (e.g. error-handling) should be replaced with actual none.
[a]
[0]
[a]
should always be a one-element row, not a conversion to a row from a list. Additionally, everywhere where we currently use[0]
to represent none (e.g. error-handling) should be replaced with actual none.