Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

formalism: Clean up section on untyped Hazelnut #7

Merged
merged 8 commits into from
Oct 10, 2023
Prev Previous commit
Next Next commit
formalism: Use underline instead of hat for zexp
mirryi committed Oct 10, 2023
commit c03ab91de505f60f5b5cb64b2ce26e464a5a873f
8 changes: 4 additions & 4 deletions formalism/symbols/untyped.tex
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@
% zippered types
%
\newcommand{\ZTMName}{{\normalfont\textsf{ZType}}}
\newcommand{\ZTMSet}{\ensuremath{\hat{T}}}
\newcommand{\ZTMV}{\ensuremath{\hat{\tau}}}
\newcommand{\ZTMSet}{\ensuremath{\underline{T}}}
\newcommand{\ZTMV}{\ensuremath{\underline{\tau}}}

% cursor
\newcommand{\ZTCursor}[1]{\ensuremath{\ZCursor{#1}}}
@@ -20,8 +20,8 @@
% zippered expressions
%
\newcommand{\ZMName}{{\normalfont\textsf{ZExp}}}
\newcommand{\ZMSet}{\ensuremath{\hat{E}}}
\newcommand{\ZMV}{\ensuremath{\hat{e}}}
\newcommand{\ZMSet}{\ensuremath{\underline{E}}}
\newcommand{\ZMV}{\ensuremath{\underline{e}}}

% cursor
\definecolor{cursorhighlight}{RGB}{230,255,230}