From 19dced590d6a6bafb87537f5805ddb7826ae5e5a Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 13 Dec 2017 13:03:09 +0100
Subject: [PATCH] add examples section

---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5f2ab34db..71f453d19 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,17 @@ CPU cores.
 
 A LaTeX version of the core logic definitions and some derived forms is
 available in [docs/iris.tex](docs/iris.tex).  A compiled PDF version of this
-document is [available online](http://plv.mpi-sws.org/iris/appendix-3.0.pdf).
+document is [available online](http://plv.mpi-sws.org/iris/appendix-3.1.pdf).
+
+## Examples
+
+The following is a (probably incomplete) list of case studies that use Iris, and
+that should be compatible with this version:
+
+* [Iris Examples](https://gitlab.mpi-sws.org/FP/iris-examples) is where we
+  collect miscellaneous case studies that do not have their own repository.
+* [LambdaRust](https://gitlab.mpi-sws.org/FP/LambdaRust-coq/) is a Coq
+  formalization of the core Rust type system.
 
 ## For Developers: How to update the std++ dependency
 
-- 
GitLab