v0.6.35
This release includes improvements such as:
- exhancing the Python standard library's type definitions (
os
,sys
, ...) - fixing bugs in type checking (default/variable parameters)
- providing best-effort type checking for incorrect type specifications
x: (Int, Iny) = (1, 2) # ERR
print! x.0 + 1 # OK
print! x.0 + "a" # ERR
Full Changelog: v0.6.35...v0.6.35