Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FP
semantics-course
Commits
af23632c
Commit
af23632c
authored
Dec 15, 2021
by
Lennard Gäher
Browse files
more implicit types
parent
73e86fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/axiomatic/hoare.v
View file @
af23632c
...
...
@@ -5,7 +5,7 @@ From semantics.axiomatic Require Export hoare_lib.
Import
hoare
.
Implicit
Types
(
P
Q
:
iProp
)
(
P
Q
R
:
iProp
)
(
φ
ψ
:
Prop
)
(
e
:
expr
)
(
v
:
val
).
...
...
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