Skip to content

Latest commit

History

History
5 lines (4 loc) 路 471 Bytes

File metadata and controls

5 lines (4 loc) 路 471 Bytes

This directory contains code from Point-Free Episode: Reducer Protocol: Composition, Part 1

The new reducer protocol has improved many things, but we鈥檙e now in an awkward place when it comes to defining them: some are conformances and some are not. We鈥檒l fix that with inspiration from SwiftUI and the help of a new protocol feature.