From 3ccd6f6bb6a189314219a5ad2a7b89be8ee52d57 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 10 Oct 2016 18:23:03 +0200
Subject: [PATCH] docs: finish up accessors for now; let's just see what we
 write for the paper

---
 docs/program-logic.tex | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/program-logic.tex b/docs/program-logic.tex
index d0dc60bc1..d6d711649 100644
--- a/docs/program-logic.tex
+++ b/docs/program-logic.tex
@@ -465,7 +465,6 @@ For this reason, we also call such accessors \emph{non-atomic}.
 
 The reasons accessors are useful is that they let us talk about ``opening X'' (\eg ``opening invariants'') without having to care what X is opened around.
 Furthermore, as we construct more sophisticated and more interesting things that can be opened (\eg invariants that can be ``cancelled'', or STSs), accessors become a useful interface that allows us to mix and match different abstractions in arbitrary ways.
-\ralf{This would be much more convincing if we had forward references here to sections describing canellable invariants and STSs.}
 
 %%% Local Variables:
 %%% mode: latex
-- 
GitLab