From 34ab18921d04f04c610cb1fc868844b1fa29b614 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 18 Oct 2016 15:06:38 +0200
Subject: [PATCH] update iris.sty

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

diff --git a/docs/iris.sty b/docs/iris.sty
index 414a1b0e9..906546626 100644
--- a/docs/iris.sty
+++ b/docs/iris.sty
@@ -10,7 +10,6 @@
 \RequirePackage{xstring}
 \RequirePackage{mathtools}
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %% SETUP
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -166,8 +165,9 @@
 
 \newcommand{\munit}{\varepsilon}
 \newcommand{\mcore}[1]{{\mid}#1{\mid}} % using "|" here makes LaTeX diverge. WTF.
-\newcommand{\mnocore}\top
+\newcommand{\mnocore}{\bot}
 \newcommand{\mtimes}{\mathbin{\cdot}}
+\newcommand{\mundefined}{\lightning}
 
 \newcommand{\mupd}{\rightsquigarrow}
 \newcommand{\mincl}[1][]{\ensuremath{\mathrel{\stackrel{#1}{\preccurlyeq}}}}
@@ -391,7 +391,7 @@
 \newcommand{\Auth}{\textsf{Auth}}
 
 % Sum
-\newcommand{\csumm}{\mathrel{+_{\!\bot}}}
+\newcommand{\csumm}{\mathrel{+_{\!\mundefined}}}
 \newcommand{\cinl}{\textsf{inl}}
 \newcommand{\cinr}{\textsf{inr}}
 
-- 
GitLab