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
2b92d568
Commit
2b92d568
authored
6 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[wp] absurd on type and init
parent
84266066
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/wp/TacChoice.ml
+4
-4
4 additions, 4 deletions
src/plugins/wp/TacChoice.ml
with
4 additions
and
4 deletions
src/plugins/wp/TacChoice.ml
+
4
−
4
View file @
2b92d568
...
@@ -64,13 +64,13 @@ class absurd =
...
@@ -64,13 +64,13 @@ class absurd =
|
Clause
(
Step
s
)
->
|
Clause
(
Step
s
)
->
begin
begin
match
s
.
condition
with
match
s
.
condition
with
|
Have
p
|
When
p
|
Core
p
->
|
Have
p
|
When
p
|
Core
p
|
Init
p
|
Type
p
->
let
absurd
seq
=
let
absurd
seq
=
let
emp
=
Conditions
.(
step
(
Have
F
.
p_true
))
in
let
emp
=
Conditions
.(
step
(
Have
F
.
p_true
))
in
let
seq
=
Conditions
.
replace
~
at
:
s
.
id
emp
seq
in
let
seq
=
Conditions
.
replace
~
at
:
s
.
id
emp
seq
in
[
"Absurd"
,
(
fst
seq
,
F
.
p_not
p
)
]
[
"Absurd"
,
(
fst
seq
,
F
.
p_not
p
)
]
in
Applicable
absurd
in
Applicable
absurd
|
Init
_
|
Type
_
|
Branch
_
|
Either
_
|
State
_
->
|
Branch
_
|
Either
_
|
State
_
->
Not_applicable
Not_applicable
end
end
end
end
...
@@ -90,7 +90,7 @@ class contrapose =
...
@@ -90,7 +90,7 @@ class contrapose =
|
Clause
(
Step
s
)
->
|
Clause
(
Step
s
)
->
begin
begin
match
s
.
condition
with
match
s
.
condition
with
|
Have
p
|
When
p
|
Core
p
->
|
Have
p
|
When
p
|
Core
p
|
Init
p
|
Type
p
->
let
contrapose
(
hs
,
goal
)
=
let
contrapose
(
hs
,
goal
)
=
let
descr
=
"Contrapose"
in
let
descr
=
"Contrapose"
in
let
goal
=
F
.
p_not
goal
in
let
goal
=
F
.
p_not
goal
in
...
@@ -98,7 +98,7 @@ class contrapose =
...
@@ -98,7 +98,7 @@ class contrapose =
let
hs
=
Conditions
.
replace
~
at
:
s
.
id
goal
(
hs
,
F
.
p_false
)
in
let
hs
=
Conditions
.
replace
~
at
:
s
.
id
goal
(
hs
,
F
.
p_false
)
in
[
"Contrapose"
,
(
fst
hs
,
F
.
p_not
p
)
]
[
"Contrapose"
,
(
fst
hs
,
F
.
p_not
p
)
]
in
Applicable
contrapose
in
Applicable
contrapose
|
Init
_
|
Type
_
|
Branch
_
|
Either
_
|
State
_
->
|
Branch
_
|
Either
_
|
State
_
->
Not_applicable
Not_applicable
end
end
...
...
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