Skip to content

Instantly share code, notes, and snippets.

@arkivanov
Created April 16, 2020 21:00
Show Gist options
  • Select an option

  • Save arkivanov/083d13a424ec0fee93901bfcc63ff1ef to your computer and use it in GitHub Desktop.

Select an option

Save arkivanov/083d13a424ec0fee93901bfcc63ff1ef to your computer and use it in GitHub Desktop.
MviKmpReducer.kt
typealias Reducer<State, Effect> = (State, Effect) -> State
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment