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
46acaa5e
Commit
46acaa5e
authored
2 years ago
by
Loïc Correnson
Committed by
Allan Blanchard
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[logic] change @modify tags
parent
ad74716f
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/kernel_services/ast_queries/logic_utils.mli
+5
-5
5 additions, 5 deletions
src/kernel_services/ast_queries/logic_utils.mli
with
5 additions
and
5 deletions
src/kernel_services/ast_queries/logic_utils.mli
+
5
−
5
View file @
46acaa5e
...
@@ -134,7 +134,7 @@ val remove_logic_coerce: term -> term
...
@@ -134,7 +134,7 @@ val remove_logic_coerce: term -> term
set type.
set type.
@since Magnesium-20151001
@since Magnesium-20151001
@
modify
21.0-Scandium
@
before
21.0-Scandium
was ambiguous (coercion vs. conversion).
*)
*)
val
numeric_coerce
:
logic_type
->
term
->
term
val
numeric_coerce
:
logic_type
->
term
->
term
...
@@ -167,7 +167,7 @@ val expr_to_term : ?coerce:bool -> exp -> term
...
@@ -167,7 +167,7 @@ val expr_to_term : ?coerce:bool -> exp -> term
To obtain a boolean or predicate, use [expr_to_boolean] or
To obtain a boolean or predicate, use [expr_to_boolean] or
[expr_to_predicate] instead.
[expr_to_predicate] instead.
@
modify
21.0-Scandium
@
before
21.0-Scandium
was unsound in many cases.
*)
*)
val
expr_to_predicate
:
exp
->
predicate
val
expr_to_predicate
:
exp
->
predicate
...
@@ -180,7 +180,7 @@ val expr_to_predicate: exp -> predicate
...
@@ -180,7 +180,7 @@ val expr_to_predicate: exp -> predicate
@raise Fatal error if the expression is not a comparison and cannot be
@raise Fatal error if the expression is not a comparison and cannot be
compared to zero.
compared to zero.
@since Sulfur-20171101
@since Sulfur-20171101
@
modify
21.0-Scandium
@
before
21.0-Scandium
was unsound in many cases.
*)
*)
val
expr_to_ipredicate
:
exp
->
identified_predicate
val
expr_to_ipredicate
:
exp
->
identified_predicate
...
@@ -192,7 +192,7 @@ val expr_to_ipredicate: exp -> identified_predicate
...
@@ -192,7 +192,7 @@ val expr_to_ipredicate: exp -> identified_predicate
@raise Fatal error if the expression is not a comparison and cannot be
@raise Fatal error if the expression is not a comparison and cannot be
compared to zero.
compared to zero.
@since Sulfur-20171101
@since Sulfur-20171101
@
modify
21.0-Scandium
@
before
21.0-Scandium
was unsound in many cases.
*)
*)
val
expr_to_boolean
:
exp
->
term
val
expr_to_boolean
:
exp
->
term
...
@@ -205,7 +205,7 @@ val expr_to_boolean: exp -> term
...
@@ -205,7 +205,7 @@ val expr_to_boolean: exp -> term
@raise Fatal error if the expression is not a comparison and cannot be
@raise Fatal error if the expression is not a comparison and cannot be
compared to zero.
compared to zero.
@since Sulfur-20171101
@since Sulfur-20171101
@
modify
21.0-Scandium
@
before
21.0-Scandium
was unsound in many cases.
*)
*)
val
is_zero_comparable
:
term
->
bool
val
is_zero_comparable
:
term
->
bool
...
...
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