diff options
Diffstat (limited to 'src/constraint.mli')
| -rw-r--r-- | src/constraint.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constraint.mli b/src/constraint.mli index ad75f453..4f69d51f 100644 --- a/src/constraint.mli +++ b/src/constraint.mli @@ -14,8 +14,8 @@ val implies : t -> t -> t val conj : t -> t -> t val disj : t -> t -> t val negate : t -> t -val branch : t list -> t val literal : bool -> t +val forall : int list -> t -> t val lt : nexp -> nexp -> t val lteq : nexp -> nexp -> t |
