Spartan Schema v1.0.1
Changed "array"
and "tuple"
types to not use recursion (static typechecking now supports a maximum of 10 tuple elements). Whenever arrays or tuples became long enough for the type definition to recurse, typechecking would always fail and sometimes hang; this should fix that issue.
The archive does not contain the Node module; run make
to generate it.