Commit 1dcef083 authored by Adam Chlipala's avatar Adam Chlipala

Pass through InductiveTypes, through end of reflexive types

parent dbb709a5
......@@ -156,3 +156,11 @@
year = {1980},
note = {Original paper manuscript from 1969}
}
@inproceedings{HOAS,
author = {Pfenning, F. and Elliot, C.},
title = {Higher-order abstract syntax},
booktitle = {Proceedings of the ACM SIGPLAN 1988 Conference on Programming Language Design and Implementation},
year = {1988},
pages = {199--208},
}
This diff is collapsed.
......@@ -845,7 +845,7 @@ Qed.
(** This one goes through completely automatically.
Some code behind the scenes registers [app_assoc_reverse] for use by [crush]. We must register [tconcat_correct] similarly to get the same effect:%\index{Verncular commands!Hint Rewrite}% *)
Some code behind the scenes registers [app_assoc_reverse] for use by [crush]. We must register [tconcat_correct] similarly to get the same effect:%\index{Vernacular commands!Hint Rewrite}% *)
(* begin hide *)
Hint Rewrite tconcat_correct : cpdt.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment