aboutsummaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 071e502..0e70373 100644
--- a/notes.txt
+++ b/notes.txt
@@ -40,6 +40,13 @@ Lint ideas
40- manual map over list 40- manual map over list
41- merge inherit 41- merge inherit
42- merge inherit-from 42- merge inherit-from
43- empty inherit
44- useless antiquote/splice (where is antiquote truly
45 required?)
46- useless variadic (things like `{...} : expr`, replace with
47 `_: expr`)
48- redundant pattern `{...} @ inputs : expr`, replace with
49 `inputs: expr`
43 50
44Extensions 51Extensions
45---------- 52----------