diff options
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 | ||
44 | Extensions | 51 | Extensions |
45 | ---------- | 52 | ---------- |