diff options
-rw-r--r-- | main.tex | 2 | ||||
-rw-r--r-- | sec/compiler.ltx | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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. |