diff --git a/0073-modular-state-management-view-state/PrimeTime/ComposableArchitecture/ComposableArchitecture.swift b/0073-modular-state-management-view-state/PrimeTime/ComposableArchitecture/ComposableArchitecture.swift index cc6b4b26..ba7b3291 100644 --- a/0073-modular-state-management-view-state/PrimeTime/ComposableArchitecture/ComposableArchitecture.swift +++ b/0073-modular-state-management-view-state/PrimeTime/ComposableArchitecture/ComposableArchitecture.swift @@ -19,7 +19,7 @@ public final class Store: ObservableObject { // ((A) -> B) -> ((Store) -> Store // map: ((A) -> B) -> ((F) -> F - func view( + public func view( _ f: @escaping (Value) -> LocalValue ) -> Store { let localStore = Store(