aboutsummaryrefslogtreecommitdiff
path: root/src/Util/LetIn.v
Commit message (Collapse)AuthorAge
* Add more specific form of Proper_Let_In_nd_changebodyGravatar Jason Gross2016-10-22
|
* Work around bug 5107 (broken return inference)Gravatar Jason Gross2016-10-03
| | | | | | This is https://coq.inria.fr/bugs/show_bug.cgi?id=5107, Unification got weaker in the past week or so. We work around this by making [dlet] non-dependent.
* Fix a typoGravatar Jason Gross2016-09-22
|
* Add a form of Let_In that carries a proofGravatar Jason Gross2016-09-22
|
* alternative signing derivationGravatar Andres Erbsen2016-09-22
| | | | cleanup
* Util.LetIn: fix proper instanceGravatar Andres Erbsen2016-09-22
|
* Change [Let ... in ...] to [dlet ... in ...] (#67)Gravatar Jason Gross2016-09-19
| | | | For "definition". This fixes #65; [Let] conflicts with the vernacular [Let] in Coq 8.4.
* 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.
* deduplicate Let_In into src/Util/LetIn.vGravatar Andres Erbsen2016-09-17