|
234 | 234 | } |
235 | 235 |
|
236 | 236 | @ComposableArchitecture.ReducerBuilder<Self.State, Self.Action> |
237 | | - static var body: EmptyReducer<Self.State, Self.Action> { |
| 237 | + static var body: ComposableArchitecture.EmptyReducer<Self.State, Self.Action> { |
238 | 238 |
|
239 | 239 | } |
240 | 240 |
|
|
302 | 302 | } |
303 | 303 |
|
304 | 304 | @ComposableArchitecture.ReducerBuilder<Self.State, Self.Action> |
305 | | - static var body: ReducerBuilder<Self.State, Self.Action>._Sequence<ReducerBuilder<Self.State, Self.Action>._Sequence<ComposableArchitecture.Scope<Self.State, Self.Action, Activity>, ComposableArchitecture.Scope<Self.State, Self.Action, Timeline>>, ComposableArchitecture.Scope<Self.State, Self.Action, Tweet>> { |
| 305 | + static var body: ComposableArchitecture.ReducerBuilder<Self.State, Self.Action>._Sequence<ComposableArchitecture.ReducerBuilder<Self.State, Self.Action>._Sequence<ComposableArchitecture.Scope<Self.State, Self.Action, Activity>, ComposableArchitecture.Scope<Self.State, Self.Action, Timeline>>, ComposableArchitecture.Scope<Self.State, Self.Action, Tweet>> { |
306 | 306 | ComposableArchitecture.Scope(state: \Self.State.Cases.activity, action: \Self.Action.Cases.activity) { |
307 | 307 | Activity() |
308 | 308 | } |
|
372 | 372 | } |
373 | 373 |
|
374 | 374 | @ComposableArchitecture.ReducerBuilder<Self.State, Self.Action> |
375 | | - static var body: ReducerBuilder<Self.State, Self.Action>._Sequence<ComposableArchitecture.Scope<Self.State, Self.Action, Activity>, ComposableArchitecture.Scope<Self.State, Self.Action, Timeline>> { |
| 375 | + static var body: ComposableArchitecture.ReducerBuilder<Self.State, Self.Action>._Sequence<ComposableArchitecture.Scope<Self.State, Self.Action, Activity>, ComposableArchitecture.Scope<Self.State, Self.Action, Timeline>> { |
376 | 376 | ComposableArchitecture.Scope(state: \Self.State.Cases.activity, action: \Self.Action.Cases.activity) { |
377 | 377 | Activity() |
378 | 378 | } |
|
498 | 498 | } |
499 | 499 |
|
500 | 500 | @ComposableArchitecture.ReducerBuilder<Self.State, Self.Action> |
501 | | - static var body: EmptyReducer<Self.State, Self.Action> { |
| 501 | + static var body: ComposableArchitecture.EmptyReducer<Self.State, Self.Action> { |
502 | 502 |
|
503 | 503 | } |
504 | 504 |
|
|
561 | 561 | } |
562 | 562 |
|
563 | 563 | @ComposableArchitecture.ReducerBuilder<Self.State, Self.Action> |
564 | | - static var body: ReducerBuilder<Self.State, Self.Action>._Sequence<ReducerBuilder<Self.State, Self.Action>._Sequence<ComposableArchitecture.Scope<Self.State, Self.Action, Counter>, ComposableArchitecture.Scope<Self.State, Self.Action, Counter>>, ComposableArchitecture.Scope<Self.State, Self.Action, Counter>> { |
| 564 | + static var body: ComposableArchitecture.ReducerBuilder<Self.State, Self.Action>._Sequence<ComposableArchitecture.ReducerBuilder<Self.State, Self.Action>._Sequence<ComposableArchitecture.Scope<Self.State, Self.Action, Counter>, ComposableArchitecture.Scope<Self.State, Self.Action, Counter>>, ComposableArchitecture.Scope<Self.State, Self.Action, Counter>> { |
565 | 565 | ComposableArchitecture.Scope(state: \Self.State.Cases.drillDown, action: \Self.Action.Cases.drillDown) { |
566 | 566 | Counter() |
567 | 567 | } |
|
0 commit comments