HOL/ex/Multiquote;
authorwenzelm
Fri, 24 Mar 2000 17:29:51 +0100
changeset 8570 63d4f3ea2e70
parent 8569 748a9699f28d
child 8571 c323613e4a47
HOL/ex/Multiquote;
NEWS
--- a/NEWS	Fri Mar 24 17:28:03 2000 +0100
+++ b/NEWS	Fri Mar 24 17:29:51 2000 +0100
@@ -81,6 +81,10 @@
 * HOL/ex: new theory Factorization proving the Fundamental Theorem of
 Arithmetic, by Thomas M Rasmussen;
 
+* HOL/ex/Multiquote: multiple nested quotations and anti-quotations --
+basically a generalized version of de-Bruijn representation; very
+useful in avoiding lifting all operations;
+
 * new version of "case_tac" subsumes both boolean case split and
 "exhaust_tac" on datatypes; INCOMPATIBILITY: exhaust_tac no longer
 exists, may define val exhaust_tac = case_tac for ad-hoc portability;