summaryrefslogtreecommitdiff
path: root/abstract/interpret.ml
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-06-01 10:06:35 +0200
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-06-01 10:06:35 +0200
commit652d04c5476fdfb9cc7a2d93de3df4d76a6882ce (patch)
tree128e3af9f8c23d9edf8ceb949565ead5840fd46a /abstract/interpret.ml
parent1038c28dab7775278c67e941a5e29d6e128eb09d (diff)
downloadSemVerif-Projet-652d04c5476fdfb9cc7a2d93de3df4d76a6882ce.tar.gz
SemVerif-Projet-652d04c5476fdfb9cc7a2d93de3df4d76a6882ce.zip
Implémentation des intervalles ; début rédaction du rapport.
Diffstat (limited to 'abstract/interpret.ml')
-rw-r--r--abstract/interpret.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/abstract/interpret.ml b/abstract/interpret.ml
index cb32e22..f6a6cb4 100644
--- a/abstract/interpret.ml
+++ b/abstract/interpret.ml
@@ -73,7 +73,6 @@ module Make (E : ENVIRONMENT_DOMAIN) = struct
(binop AST_OR (binop AST_LESS e1 e2) (binop AST_LESS e2 e1))
env
-
| _ -> env
end