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

Note on higher order functions

This commit is contained in:
2021-05-24 18:51:40 +01:00
parent 93793648ef
commit 8fad146499
3 changed files with 76 additions and 10 deletions

View File

@@ -382,6 +382,12 @@
% configurations
\newcommand{\conf}{\mathcal{C}}
% effect sugar
\newcommand{\trcomp}[1]{\sembr{#1}}
\newcommand{\trval}[1]{\sembr{#1}}
\newcommand{\treff}[1]{\sembr{#1}}
\newcommand{\pp}{\Theta}
% UNIX example
\newcommand{\UNIX}{UNIX}
\newcommand{\OSname}[0]{Tiny UNIX}