Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
15ee97b4
Commit
15ee97b4
authored
Jun 18, 2017
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix session
parent
7bfbc104
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
67 additions
and
106 deletions
+67
-106
examples/dijkstra/why3session.xml
examples/dijkstra/why3session.xml
+58
-105
examples/dijkstra/why3shapes.gz
examples/dijkstra/why3shapes.gz
+0
-0
src/transform/eliminate_algebraic.ml
src/transform/eliminate_algebraic.ml
+9
-1
No files found.
examples/dijkstra/why3session.xml
View file @
15ee97b4
This diff is collapsed.
Click to expand it.
examples/dijkstra/why3shapes.gz
View file @
15ee97b4
No preview for this file type
src/transform/eliminate_algebraic.ml
View file @
15ee97b4
...
...
@@ -443,7 +443,15 @@ let eliminate_algebraic = Trans.compose compile_match
|
[
MAstr
"keep_enums"
]
->
{
st
with
keep_e
=
true
}
|
[
MAstr
"keep_recs"
]
->
{
st
with
keep_r
=
true
}
|
[
MAstr
"no_index"
]
->
{
st
with
no_ind
=
true
}
|
_
->
raise
(
Invalid_argument
"meta eliminate_algebraic"
)
|
[
MAstr
s
]
->
raise
(
Invalid_argument
(
"meta eliminate_algebraic, arg =
\"
"
^
s
^
"
\"
"
))
|
l
->
raise
(
Invalid_argument
(
"meta eliminate_algebraic, nb arg = "
^
string_of_int
(
List
.
length
l
)
^
""
))
in
let
st
=
List
.
fold_left
check
st
ml
in
Trans
.
fold_map
comp
st
init_task
))
...
...
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