You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only populate digits from float when the value is > 1
This prevents us producing incorrect Nat objects with leading zeroes, something we currently don't allow in the representation (we store zero implicitly as an empty array)
Fixes#90
0 commit comments