From 98530b0f0fab4874844c22de35bd8632d1851056 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 20 Mar 2022 20:15:51 -0400 Subject: [PATCH] Add a static analysis note --- src/ludus/analyzer.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ludus/analyzer.clj b/src/ludus/analyzer.clj index 5be5ba8..bc96e2a 100644 --- a/src/ludus/analyzer.clj +++ b/src/ludus/analyzer.clj @@ -17,5 +17,6 @@ * Enforce single-member tuple after called keywords * Placeholders may only appear in tuples in synthetic expressions * Each of these may have zero or one placeholders + * Function arities are correct * Arity of called keywords must be 1 ") \ No newline at end of file