export const isLoading = <V>(state: LoadState<V>): state is Loading =>
  state.status === 'loading'