1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00

Fix Ref macro

This commit is contained in:
2021-05-18 08:04:20 +01:00
parent 52b12535ae
commit 8ecfadb94e
2 changed files with 15 additions and 14 deletions

View File

@@ -77,6 +77,7 @@
\newcommand{\Inl}{\keyw{inl}}
\newcommand{\Inr}{\keyw{inr}}
\newcommand{\Thunk}{\lambda \Unit.}
\newcommand{\PCFRef}{\keyw{ref}}
\newcommand{\Pre}[1]{\mathsf{Pre}(#1)}
\newcommand{\Abs}{\mathsf{Abs}}