| 15 Oct 2025 |
Charles | doing this is a builtin is probably Wrong and it should really be some kind of language construct | 01:16:51 |
raitobezarius | also | 01:16:57 |
raitobezarius | imagine | 01:16:58 |
raitobezarius | head (map (_: builtins.restrictNamespace) [ foo ]) | 01:17:12 |
raitobezarius | * head (map builtins.restrictNamespace [ foo ]) | 01:17:28 |
Charles | yikes | 01:17:29 |
Charles | see also lol | 01:17:41 |
raitobezarius | this is what I mean by static analyzers are completely fucked in front of this | 01:17:43 |
raitobezarius | yeah, feels like to me you want { } | 01:17:54 |
raitobezarius | let
{
fucking around
}
x = 3;
in
{ ... }
| 01:18:11 |
raitobezarius | but basically you can always scope things | 01:18:40 |