summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2025-06-12 17:59:37 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2025-06-12 17:59:37 +0100
commit62d09286c1c7fe1f93dcb5e2075a4e6b79c8b550 (patch)
tree8079c788e8d1bf7ff0d59a5c87ea9cda93380d42
parent19fa9faa7e56d9ace846e92aeee2085d6ab4cf2d (diff)
Revert to acmart.
-rw-r--r--main.tex2
-rw-r--r--sec/compiler.ltx3
2 files changed, 3 insertions, 2 deletions
diff --git a/main.tex b/main.tex
index 17bbbee..7e6d10c 100644
--- a/main.tex
+++ b/main.tex
@@ -1,5 +1,5 @@
\newif\ifacmart
-%% \acmarttrue
+\acmarttrue
\ifacmart
\documentclass[acmsmall, anonymous, review, natbib=false, pbalance]{acmart}
diff --git a/sec/compiler.ltx b/sec/compiler.ltx
index 89a5ffb..cd600ac 100644
--- a/sec/compiler.ltx
+++ b/sec/compiler.ltx
@@ -234,7 +234,8 @@ trivial implementation such as the function constantly returning a
well-typed closed term. Compare this to a (simplified) signature for
synthesis with an extrinsic certificate:
\begin{verbatim}
-synths : (tm : Term context) -> (env : TyEnv context) -> Maybe (a : Ty ** SynthsTy env tm a)
+synths : (tm : Term context) -> (env : TyEnv context)
+ -> Maybe (a : Ty ** SynthsTy env tm a)
\end{verbatim}
The result explicitly depends on the input invalidating the trivial
implementation.