mirror of
https://github.com/NixOS/rfcs.git
synced 2025-12-19 07:21:19 +01:00
add hint at what implementation would look like
This commit is contained in:
parent
d9d6a1000c
commit
d97603e26d
1 changed files with 3 additions and 0 deletions
|
|
@ -354,6 +354,9 @@ Other discussions around language changes:
|
||||||
|
|
||||||
1. Semantics are preserved across file boundaries for past language versions.
|
1. Semantics are preserved across file boundaries for past language versions.
|
||||||
|
|
||||||
|
This should be fairly straightforward to implement since values passed around in the evaluator carry all the information needed to force them.
|
||||||
|
Newer parts of the evaluator can always wrap their values in interfaces that are accepted by older parts, as far as possible.
|
||||||
|
|
||||||
Example: [Best-effort interoperability](#best-effort-interoperability)
|
Example: [Best-effort interoperability](#best-effort-interoperability)
|
||||||
|
|
||||||
<details><summary>Arguments</summary>
|
<details><summary>Arguments</summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue