Problem
ReScript Dict.t<v> (string-keyed map) has no stdlib target:
stdlib/collections.affine is list operations only; there is no Map/Dict
type. stdlib/Http.affine:16 already flags this gap (Dict<String,String>,
tied to #160/#162). 6 estate .affine files carry Dict.t (post-#228
re-audit; docs/RESCRIPT-ELIMINATION.adoc Tier-3 ESC-03).
Escalated language-side (bidirectional-evidence discipline, as #228).
Ask
A canonical stdlib Map/Dict type with the minimal surface #229 needs
(make/get/set/fromArray/iteration). Coordinate with #160/#162 — the
Http.affine Dict gap and this are the same need.
Context
Problem
ReScript
Dict.t<v>(string-keyed map) has no stdlib target:stdlib/collections.affineis list operations only; there is noMap/Dicttype.
stdlib/Http.affine:16already flags this gap (Dict<String,String>,tied to #160/#162). 6 estate
.affinefiles carryDict.t(post-#228re-audit;
docs/RESCRIPT-ELIMINATION.adocTier-3 ESC-03).Escalated language-side (bidirectional-evidence discipline, as #228).
Ask
A canonical stdlib
Map/Dicttype with the minimal surface #229 needs(make/get/set/fromArray/iteration). Coordinate with #160/#162 — the
Http.affineDict gap and this are the same need.Context
tools/estate-rs-audit/.