summaryrefslogtreecommitdiff
path: root/src/constraint.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/constraint.mli')
-rw-r--r--src/constraint.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constraint.mli b/src/constraint.mli
index 4f69d51f..33881fcf 100644
--- a/src/constraint.mli
+++ b/src/constraint.mli
@@ -28,6 +28,7 @@ val pow2 : nexp -> nexp
val add : nexp -> nexp -> nexp
val sub : nexp -> nexp -> nexp
val mult : nexp -> nexp -> nexp
+val app : string -> nexp list -> nexp
val constant : Big_int.big_int -> nexp
val variable : int -> nexp