From 390748abed682adca40537f9072a0479324a457a Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 12 Dec 2016 17:17:45 +0100 Subject: [PATCH] fix multiply defined label --- docs/derived.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/derived.tex b/docs/derived.tex index 03839d20f..78cf6a653 100644 --- a/docs/derived.tex +++ b/docs/derived.tex @@ -130,7 +130,7 @@ Here are some derived rules: \inferH{Slice-insert-full}{} {\later\propB * \lateropt b\ABox\namesp\prop{f} \vs[\namesp] \Exists\sname \notin \dom(f). \always\BoxSlice\namesp\propB\sname * \lateropt b\ABox\namesp{\prop * \propB}{\mapinsert\sname\BoxFull{f}}} - \inferH{Slice-insert-empty} + \inferH{Slice-delete-full} {f(\sname) = \BoxFull} {\BoxSlice\namesp\propB\sname \proves \lateropt b \ABox\namesp\prop{f} \vs[\namesp] \later\propB * \Exists \prop'. \lateropt b (\later(\prop = \prop' * \propB) * \ABox\namesp{\prop'}{\mapinsert\sname\bot{f}})} -- GitLab