summaryrefslogtreecommitdiff
path: root/language/l2.lem
diff options
context:
space:
mode:
Diffstat (limited to 'language/l2.lem')
-rw-r--r--language/l2.lem1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/l2.lem b/language/l2.lem
index 30027846..4ba01310 100644
--- a/language/l2.lem
+++ b/language/l2.lem
@@ -55,6 +55,7 @@ type nexp_aux = (* expression of kind Nat, for vector sizes and origins *)
| Nexp_times of nexp * nexp (* product *)
| Nexp_sum of nexp * nexp (* sum *)
| Nexp_exp of nexp (* exponential *)
+ | Nexp_neg of nexp (* For internal use. Not M as a dataconstructor is required *)
and nexp =
| Nexp_aux of nexp_aux * l