Skip to content
Snippets Groups Projects
Commit a21e0baf authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Disclaimer for STSs.

parent f7f0a171
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,12 @@ Local Arguments valid _ _ !_ /.
Local Arguments op _ _ !_ !_ /.
Local Arguments core _ _ !_ /.
(** DISCLAIMER: The definition of STSs is included in the Iris development for
historical purposes. If you plan to mechanize an Iris proof in Coq, it is
usually better to use a more direct encoding of the ghost state you need as a
resource algebra (camera). STSs are very painful to use in Coq, and they are
therefore barely used in practice. *)
(** * Definition of STSs *)
Module sts.
Structure stsT := Sts {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment