diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-06-01 10:06:35 +0200 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-06-01 10:06:35 +0200 |
commit | 652d04c5476fdfb9cc7a2d93de3df4d76a6882ce (patch) | |
tree | 128e3af9f8c23d9edf8ceb949565ead5840fd46a /abstract/interpret.ml | |
parent | 1038c28dab7775278c67e941a5e29d6e128eb09d (diff) | |
download | SemVerif-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.ml | 1 |
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 |