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
Deploy
Releases
Container Registry
Model registry
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
pub
frama-c
Commits
893585c1
Commit
893585c1
authored
1 year ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] Abstractions: renames module type Value into Value_with_reduction.
parent
0b23edf7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/eva/engine/abstractions.ml
+2
-2
2 additions, 2 deletions
src/plugins/eva/engine/abstractions.ml
src/plugins/eva/engine/abstractions.mli
+2
-2
2 additions, 2 deletions
src/plugins/eva/engine/abstractions.mli
with
4 additions
and
4 deletions
src/plugins/eva/engine/abstractions.ml
+
2
−
2
View file @
893585c1
...
@@ -593,7 +593,7 @@ end
...
@@ -593,7 +593,7 @@ end
(* --- Value reduced product ----------------------------------------------- *)
(* --- Value reduced product ----------------------------------------------- *)
module
type
Value
=
sig
module
type
Value
_with_reduction
=
sig
include
Abstract
.
Value
.
External
include
Abstract
.
Value
.
External
val
reduce
:
t
->
t
val
reduce
:
t
->
t
end
end
...
@@ -631,7 +631,7 @@ end
...
@@ -631,7 +631,7 @@ end
(* --- Finalizing abstractions build ---------------------------------------- *)
(* --- Finalizing abstractions build ---------------------------------------- *)
module
type
S
=
sig
module
type
S
=
sig
module
Val
:
Value
module
Val
:
Value
_with_reduction
module
Loc
:
Abstract
.
Location
.
External
with
type
value
=
Val
.
t
module
Loc
:
Abstract
.
Location
.
External
with
type
value
=
Val
.
t
module
Dom
:
Abstract
.
Domain
.
External
module
Dom
:
Abstract
.
Domain
.
External
with
type
value
=
Val
.
t
and
type
location
=
Loc
.
location
with
type
value
=
Val
.
t
and
type
location
=
Loc
.
location
...
...
This diff is collapsed.
Click to expand it.
src/plugins/eva/engine/abstractions.mli
+
2
−
2
View file @
893585c1
...
@@ -109,14 +109,14 @@ end
...
@@ -109,14 +109,14 @@ end
(** The value abstractions signature used in the engine, with the reduction
(** The value abstractions signature used in the engine, with the reduction
function of the reduced product. *)
function of the reduced product. *)
module
type
Value
=
sig
module
type
Value
_with_reduction
=
sig
include
Abstract
.
Value
.
External
include
Abstract
.
Value
.
External
val
reduce
:
t
->
t
val
reduce
:
t
->
t
end
end
(** The three abstractions used in an Eva analysis. *)
(** The three abstractions used in an Eva analysis. *)
module
type
S
=
sig
module
type
S
=
sig
module
Val
:
Value
module
Val
:
Value
_with_reduction
module
Loc
:
Abstract
.
Location
.
External
with
type
value
=
Val
.
t
module
Loc
:
Abstract
.
Location
.
External
with
type
value
=
Val
.
t
module
Dom
:
Abstract
.
Domain
.
External
module
Dom
:
Abstract
.
Domain
.
External
with
type
value
=
Val
.
t
and
type
location
=
Loc
.
location
with
type
value
=
Val
.
t
and
type
location
=
Loc
.
location
...
...
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