From 62d09286c1c7fe1f93dcb5e2075a4e6b79c8b550 Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Thu, 12 Jun 2025 17:59:37 +0100 Subject: Revert to acmart. --- sec/compiler.ltx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sec') 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. -- cgit v1.2.3