aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/Inline.v
Commit message (Collapse)AuthorAge
* Generalize InlineConstGravatar Jason Gross2016-09-20
| | | | Now it can inline expressions as well as constants and variables
* 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.
* Generalize InlineConstGravatar Jason Gross2016-09-16
| | | | | Should now support constant subexpression evaluation (removing things like (_ + 0)).
* Split off lemmas about [InlineConst]Gravatar Jason Gross2016-09-16