Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
AVA
FloVer
Commits
8d6b69e2
Commit
8d6b69e2
authored
Feb 08, 2019
by
Joachim Bard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ifExpr' of gitlab.mpi-sws.org:jbard/FloVer into ifExpr
parents
d779a47a
b9dd9456
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
coq/ErrorValidation.v
coq/ErrorValidation.v
+7
-1
No files found.
coq/ErrorValidation.v
View file @
8d6b69e2
...
...
@@ -115,7 +115,13 @@ Fixpoint validErrorbound (e:expr Q) (* analyzed exprression *)
&&
validErrorbound
e2
typeMap
A
(
NatSet
.
add
x
dVars
)
then
match
FloverMap
.
find
e1
A
,
FloverMap
.
find
(
Var
Q
x
)
A
with
|
Some
(
iv_e
,
err_e
),
Some
(
iv_x
,
err_x
)
=>
Qeq_bool
err_e
err_x
|
Some
(
iv_e
,
err_e
),
Some
(
iv_x
,
err_x
)
=>
if
(
Qeq_bool
err_e
err_x
)
then
match
FloverMap
.
find
e2
A
with
|
Some
(
iv_e2
,
err_e2
)
=>
Qeq_bool
err_e2
err
|
_
,
_
=>
false
else
false
|
_
,
_
=>
false
end
else
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment