Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2639 - convert variables to arrays of 'bytes' | Kartik K. Agaram | 2016-02-07 | 1 | -0/+42 |
Just this conversion isn't in itself a violation of the type system -- as long as there's no way to convert back. Except there is with 'merge'. Next step is to type-check 'merge'. |