projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b01a91b
)
minor fix
author
Kshitij Bansal
<kshitij@cs.nyu.edu>
Mon, 28 Apr 2014 15:31:29 +0000
(11:31 -0400)
committer
Kshitij Bansal
<kshitij@cs.nyu.edu>
Mon, 28 Apr 2014 15:31:29 +0000
(11:31 -0400)
src/theory/datatypes/datatypes_rewriter.h
patch
|
blob
|
history
diff --git
a/src/theory/datatypes/datatypes_rewriter.h
b/src/theory/datatypes/datatypes_rewriter.h
index dc85d0cd672fef20b2573980455afd84bff030bc..389bcca8b23bb260ccdb267c1714b99822a58f88 100644
(file)
--- a/
src/theory/datatypes/datatypes_rewriter.h
+++ b/
src/theory/datatypes/datatypes_rewriter.h
@@
-266,7
+266,7
@@
public:
if( dt.isParametric() ){
tn = TypeNode::fromType( tspec )[i];
}
- nc = NodeManager::currentNM()->mkSkolem( "m
_$$
", tn, "created for inst cons" );
+ nc = NodeManager::currentNM()->mkSkolem( "m", tn, "created for inst cons" );
}
children.push_back( nc );
}