Added macro `termi'
authornipkow
Thu, 06 Aug 1998 12:46:38 +0200
changeset 5273 70f478d55606
parent 5272 95cfd872fe66
child 5274 5a29c309b0b7
Added macro `termi'
src/HOL/Induct/Acc.thy
--- a/src/HOL/Induct/Acc.thy	Thu Aug 06 12:46:18 1998 +0200
+++ b/src/HOL/Induct/Acc.thy	Thu Aug 06 12:46:38 1998 +0200
@@ -23,4 +23,7 @@
     pred    "pred a r: Pow(acc(r)) ==> a: acc(r)"
   monos     "[Pow_mono]"
 
+syntax        termi :: "('a * 'a)set => 'a set"
+translations "termi r" == "acc(r^-1)"
+
 end