about summary refs log tree commit diff stats
path: root/cpp/.traces/convert_names_handles_records
Commit message (Collapse)AuthorAgeFilesLines
* 1069 - rename record/field to container/elementKartik K. Agaram2015-04-161-11/+0
| | | | | | | | | This seems more obvious to laypeople. I've also come up with a design for sum types: I'm going to call them exclusive containers. You call 'get' on containers, 'index' on arrays, and 'maybe-convert' on exclusive containers (as well as tagged types, but that's even later).
* 1013Kartik K. Agaram2015-04-031-1/+1
|
* 997Kartik K. Agaram2015-03-301-4/+4
|
* 983 - arc 'integer-array' => c++ 'array:integer'Kartik K. Agaram2015-03-261-1/+1
|
* 963Kartik K. Agaram2015-03-201-0/+11
Amazing how easy that was.