Added incompleteness marker for the untyped variables and MGDU set problem.

This commit is contained in:
Cas Cremers
2007-09-17 16:54:17 +02:00
parent a93b555b1a
commit 8a2ae84f35
4 changed files with 34 additions and 0 deletions

View File

@@ -76,6 +76,16 @@ isTypelistGeneric (const Termlist typelist)
}
}
//! Say whether this variable can contain tuples and/or encryptions
/**
* Precondition: tvar should be a variable
*/
int
isOpenVariable (const Term tvar)
{
return isTypelistGeneric (tvar->stype);
}
//! Check whether a single variable term is instantiated correctly.
/**
* Check whether a single variable term is instantiated correctly in this