Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 525 Bytes

File metadata and controls

5 lines (4 loc) · 525 Bytes

This directory contains code from Point-Free Episode: Shared State: File Storage, Part 2

It’s incredible how easy @Shared makes it to persist complex data types to the file system, but currently it completely ruins our ability to test features that use it. Let’s fix that, and we will also explore what it means to derive a small piece of shared state from a bigger piece of shared state.