From 0f2e30a8dec866bf22b4e2436a2cc00d7da6daeb Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 20 Mar 2022 16:15:27 -0400 Subject: [PATCH] Update more notes --- src/ludus/analyzer.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ludus/analyzer.clj b/src/ludus/analyzer.clj index 4e1105f..d321576 100644 --- a/src/ludus/analyzer.clj +++ b/src/ludus/analyzer.clj @@ -17,4 +17,5 @@ * 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 + * Arity of called keywords must be 1 ") \ No newline at end of file