Exercise #65: Type Safe Map
Advanced Patterns ยท 04-classes
Goal

Goal: Make `set` return a map type that accumulates the new key.

Run "Check Solution" to validate your code in the browser.