Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
24f5f244
Commit
24f5f244
authored
Sep 25, 2012
by
atafat
Browse files
blocking semantic: expressions
parent
bf311cc1
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
examples/hoare_logic/blocking_semantics2.mlw
View file @
24f5f244
...
@@ -152,7 +152,7 @@ inductive type_expr type_env type_stack expr datatype =
...
@@ -152,7 +152,7 @@ inductive type_expr type_env type_stack expr datatype =
type_expr sigma pi e2 ty2 ->
type_expr sigma pi e2 ty2 ->
type_operator op ty1 ty2 ty -> type_expr sigma pi (Ebin e1 op e2) ty
type_operator op ty1 ty2 ty -> type_expr sigma pi (Ebin e1 op e2) ty
| Type_eseq :
| Type_eseq :
forall sigma: type_env, pi:type_stack, e1 e2:expr,
op:operator,
ty:datatype.
forall sigma: type_env, pi:type_stack, e1 e2:expr, ty:datatype
w
.
type_expr sigma pi e1 TYunit ->
type_expr sigma pi e1 TYunit ->
type_expr sigma pi e2 ty ->
type_expr sigma pi e2 ty ->
type_expr sigma pi (Eseq e1 e2) ty
type_expr sigma pi (Eseq e1 e2) ty
...
...
examples/hoare_logic/blocking_semantics3/why3session.xml
View file @
24f5f244
This diff is collapsed.
Click to expand it.
examples/hoare_logic/blocking_semantics4.mlw
View file @
24f5f244
This diff is collapsed.
Click to expand it.
examples/hoare_logic/blocking_semantics4/why3session.xml
0 → 100644
View file @
24f5f244
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