summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/datatypes/theory_datatypes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/datatypes/theory_datatypes.cpp b/src/theory/datatypes/theory_datatypes.cpp
index 6273eb2c2..7c8f4014e 100644
--- a/src/theory/datatypes/theory_datatypes.cpp
+++ b/src/theory/datatypes/theory_datatypes.cpp
@@ -828,6 +828,7 @@ Node TheoryDatatypes::getInstantiateCons( Node n, const Datatype& dt, int index
n_ic = NodeManager::currentNM()->mkNode( APPLY_CONSTRUCTOR, children );
Assert( n_ic.getType()==n.getType() );
}
+ n_ic = Rewriter::rewrite( n_ic );
//d_inst_map[n][index] = n_ic;
return n_ic;
//}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback