summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index c0cf06767..fb9be454a 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -31,6 +31,10 @@
namespace CVC4 {
namespace theory {
+// rewrite cache support
+struct RewriteCacheTag {};
+typedef expr::Attribute<RewriteCacheTag, Node> RewriteCache;
+
template <class T>
class TheoryImpl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback