Open heueristik opened 2 months ago
Currently, punning is possible
Resource.mk@{ logic; label; quantity; data; eph; npk; nonce; rseed };
whereas it is not possible when a record is copied and edited in place
r@Resource{ eph; -- instead, you have to do `eph := ephemeral` or similar };
which would be nice to have.
Currently, punning is possible
whereas it is not possible when a record is copied and edited in place
which would be nice to have.