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

Capture-avoiding substitution.

This commit is contained in:
2020-01-10 17:06:54 +00:00
parent fbce5d3ff9
commit 2c107f0234
2 changed files with 91 additions and 11 deletions

View File

@@ -98,6 +98,18 @@
\newcommand{\siglab}[1]{\text{\scshape{Sig-#1}}}
\newcommand{\rowlab}[1]{\text{\scshape{R-#1}}}
%%
%% Syntactic categories.
%%
\newcommand{\CatName}[1]{\textrm{#1}}
\newcommand{\CompCat}{\CatName{Comp}}
\newcommand{\ValCat}{\CatName{Val}}
\newcommand{\VarCat}{\CatName{Var}}
\newcommand{\TypCat}{\CatName{Type}}
\newcommand{\TyVarCat}{\CatName{TyVar}}
\newcommand{\KindCat}{\CatName{Kind}}
\newcommand{\RowCat}{\RowCat}
%%
%% Lindley's array stuff.
%%