about summary refs log tree commit diff stats
path: root/038location_array.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2639 - convert variables to arrays of 'bytes'Kartik K. Agaram2016-02-071-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'.