cleanup
This commit is contained in:
6
README
Normal file
6
README
Normal file
@@ -0,0 +1,6 @@
|
||||
A simple formulation of Hoare logic for a WHILE-language, with a proof of /relative completeness/:
|
||||
|
||||
If a triple { P } s { Q } is valid in the model, then it is derivable
|
||||
using the rules in Hoare.v (see the inductive type `hoare_triple`).
|
||||
|
||||
Requires std++: <https://gitlab.mpi-sws.org/iris/stdpp>.
|
||||
Reference in New Issue
Block a user