Elektrine lite

← Feed

@thalia@discuss.systems

Post #1629767

2026-04-16 00:28 UTC

@zwarich And the longer name is the one that's repeated in all `match` patterns! I don't like the `ExprKind` convention. In a current project, I even have a Kind enum (bare enum for coarse types) that's contained in a Kind enum (expression variant enum).

Replies (1)

  • @zwarich@hachyderm.io 2026-04-16 01:25

    @thalia Is the source for the latter on GitHub? I'm not sure I correctly understand what you mean from that description.

    Open ##1629768