aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/Linearize.v
Commit message (Collapse)AuthorAge
* Add interp_type_gen_rel_pointwise2, *_gen => *Gravatar Jason Gross2016-10-28
|
* Add reserved notation for Let, change #Gravatar Jason Gross2016-09-17
| | | | | We reserve [a # b] in Notations.v, and make it's level compatible with the notation declared in the std lib for Q.
* Split off lemmas about [InlineConst]Gravatar Jason Gross2016-09-16
|
* Better implicits for let_bind_constGravatar Jason Gross2016-09-05
|
* Better implicit arguments for under_letsfGravatar Jason Gross2016-09-05
|
* Better implicit arguments for linearizeGravatar Jason Gross2016-09-05
|
* More 8.4 fixesGravatar Jason Gross2016-09-05
|
* PHOAS syntaxGravatar Jason Gross2016-09-05
We also have linearization of function application / lets, constant-inlining, and reification. This closes #58.