function distinctAsyncRecipe(filterOrAll: Ingredient | ResolverIngredient) {
  return distinctRecipe({
    ...basicAsync,
    partition: partitionAsync,
    filterOrAll,