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
124
Issues
124
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
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
b6d7acb9
Commit
b6d7acb9
authored
Feb 08, 2017
by
Leon Gondelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coercions wip
parent
0db30f17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/core/coercion.ml
src/core/coercion.ml
+1
-0
src/core/theory.ml
src/core/theory.ml
+1
-0
No files found.
src/core/coercion.ml
View file @
b6d7acb9
...
...
@@ -74,6 +74,7 @@ let rec add_crc crcmap crc trans =
Mts
.
fold
(
close_right
crc
)
m1
crcmap_uc1
in
Mts
.
fold
(
close_left_right
)
crcmap_uc2
crcmap_uc2
let
add
crcmap
ls
=
let
c
=
create_crc
ls
in
add_crc
crcmap
c
true
...
...
src/core/theory.ml
View file @
b6d7acb9
...
...
@@ -284,6 +284,7 @@ let empty_theory n p = {
let
close_theory
uc
=
match
uc
.
uc_export
with
|
[
e
]
->
Coercion
.
print
uc
.
uc_crcmap
;
{
th_name
=
uc
.
uc_name
;
th_path
=
uc
.
uc_path
;
th_decls
=
List
.
rev
uc
.
uc_decls
;
...
...
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