fix HashCons for typeid of type

This commit is contained in:
Robert Marsh
2018-08-30 15:02:57 -07:00
parent c42ecfe8f9
commit 2d098fed98

View File

@@ -704,7 +704,7 @@ private predicate mk_UuidofOperator(Type t, UuidofOperator e) {
}
private predicate analyzableTypeidType(TypeidOperator e) {
strictcount(e.getAChild()) = 0
count(e.getAChild()) = 0
}
private predicate mk_TypeidType(Type t, TypeidOperator e) {