From 673bbbd4e6ca6dfa5dd8e1513e8369ad16654e0a Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 18 Oct 2016 15:08:55 +0200
Subject: [PATCH] let's try not to make those macro names too long

---
 docs/iris.sty | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/iris.sty b/docs/iris.sty
index 906546626..e39f1c341 100644
--- a/docs/iris.sty
+++ b/docs/iris.sty
@@ -167,7 +167,7 @@
 \newcommand{\mcore}[1]{{\mid}#1{\mid}} % using "|" here makes LaTeX diverge. WTF.
 \newcommand{\mnocore}{\bot}
 \newcommand{\mtimes}{\mathbin{\cdot}}
-\newcommand{\mundefined}{\lightning}
+\newcommand{\mundef}{\lightning}
 
 \newcommand{\mupd}{\rightsquigarrow}
 \newcommand{\mincl}[1][]{\ensuremath{\mathrel{\stackrel{#1}{\preccurlyeq}}}}
@@ -391,7 +391,7 @@
 \newcommand{\Auth}{\textsf{Auth}}
 
 % Sum
-\newcommand{\csumm}{\mathrel{+_{\!\mundefined}}}
+\newcommand{\csumm}{\mathrel{+_{\!\mundef}}}
 \newcommand{\cinl}{\textsf{inl}}
 \newcommand{\cinr}{\textsf{inr}}
 
-- 
GitLab