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
126
Issues
126
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
427427a8
Commit
427427a8
authored
Sep 25, 2012
by
atafat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blocking semantic: update
parent
24f5f244
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1766 additions
and
167 deletions
+1766
-167
examples/hoare_logic/blocking_semantics4.mlw
examples/hoare_logic/blocking_semantics4.mlw
+1
-1
examples/hoare_logic/blocking_semantics4/why3session.xml
examples/hoare_logic/blocking_semantics4/why3session.xml
+1765
-166
No files found.
examples/hoare_logic/blocking_semantics4.mlw
View file @
427427a8
...
...
@@ -203,7 +203,7 @@ inductive type_expr type_env type_stack expr datatype =
type_expr sigma pi e2 ty2 ->
type_operator op ty1 ty2 ty -> type_expr sigma pi (Ebin e1 op e2) ty
| Type_seq :
forall sigma: type_env, pi:type_stack, e1 e2:expr,
$alt-ergo
ty:datatype.
forall sigma: type_env, pi:type_stack, e1 e2:expr, ty:datatype.
type_expr sigma pi e1 TYunit ->
type_expr sigma pi e2 ty ->
type_expr sigma pi (Eseq e1 e2) ty
...
...
examples/hoare_logic/blocking_semantics4/why3session.xml
View file @
427427a8
This diff is collapsed.
Click to expand it.
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