Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Charles Southerland
frama-c
Commits
a9d5d875
Commit
a9d5d875
authored
5 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
indentation
parent
780fba31
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/e-acsl/interval.ml
+2
-1
2 additions, 1 deletion
src/plugins/e-acsl/interval.ml
with
2 additions
and
1 deletion
src/plugins/e-acsl/interval.ml
+
2
−
1
View file @
a9d5d875
...
@@ -117,7 +117,8 @@ let lift_unop f = function
...
@@ -117,7 +117,8 @@ let lift_unop f = function
(* any unary operator over a float generates a rational
(* any unary operator over a float generates a rational
TODO: actually, certainly possible to generate a float *)
TODO: actually, certainly possible to generate a float *)
Rational
Rational
|
Rational
|
Real
|
Nan
as
i
->
i
|
Rational
|
Real
|
Nan
as
i
->
i
let
lift_binop
~
safe_float
f
i1
i2
=
match
i1
,
i2
with
let
lift_binop
~
safe_float
f
i1
i2
=
match
i1
,
i2
with
|
Ival
iv
,
i
when
Ival
.
is_bottom
iv
->
i
|
Ival
iv
,
i
when
Ival
.
is_bottom
iv
->
i
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment