This commit is contained in:
Mark Shannon 2019-06-19 14:02:24 +01:00
Родитель 30f2df8ac4
Коммит 2040b010f4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -182,7 +182,7 @@ module Pruner {
*/
abstract predicate constrainsVariableToBe(boolean value);
/** Holds if this constraint implies that `other` cannot be `None` */
/** Holds if the value constrained by this constraint cannot be `None` */
abstract predicate cannotBeNone();
}