about summary refs log tree commit diff stats
path: root/071channel.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2562Kartik K. Agaram2016-01-171-1/+1
| | | | | | | | | | | | We want to use the type 'recipe' for recipe *variables*, because it seems nicer to say `recipe number -> number` rather than recipe-ordinal, etc. To support this we'll allow recipe names to be mentioned without any type. This might make a couple of places in this commit more brittle. I'm dropping error messages, causing them to not happen in some situations. Maybe I should just bite the bullet and require an explicit :recipe-literal. We'll see.
* 2476Kartik K. Agaram2015-11-271-1/+1
|
* 2460 - headers for remaining recipesKartik K. Agaram2015-11-181-35/+21
|
* 2430 - make room for more transformsKartik K. Agaram2015-11-131-0/+373