about summary refs log tree commit diff stats
path: root/cpp/.traces/reply_container
Commit message (Collapse)AuthorAgeFilesLines
* 1105 - more primitives for managing ingredientsKartik K. Agaram2015-04-191-1/+1
|
* 1084Kartik K. Agaram2015-04-171-2/+2
|
* 1075Kartik K. Agaram2015-04-171-2/+2
|
* 1074Kartik K. Agaram2015-04-171-2/+2
|
* 1069 - rename record/field to container/elementKartik K. Agaram2015-04-161-0/+29
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).