Skip to content

Commit

Permalink
Rename to
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 23, 2025
1 parent 7d6bf31 commit 9989a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/wisteria.SumDerivationMethods.scala
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ trait SumDerivationMethods[TypeclassType[_]]:
case _: (labelType *: moreLabelsType) =>
type VariantType = variantType & DerivationType
if index >= size then Unset else
valueOf[labelType].asMatchable.runtimeChecked match
valueOf[labelType].asMatchable.absolve match
case label: String =>
val index2: Int & VariantIndex[DerivationType] = VariantIndex[DerivationType](index)

Expand Down Expand Up @@ -190,7 +190,7 @@ trait SumDerivationMethods[TypeclassType[_]]:
case _: (labelType *: moreLabelsType) =>
type VariantType = variantType & DerivationType
if index >= size then Unset else
valueOf[labelType].asMatchable.runtimeChecked match
valueOf[labelType].asMatchable.absolve match
case label: String =>
val index2: Int & VariantIndex[DerivationType] = VariantIndex[DerivationType](index)

Expand Down

0 comments on commit 9989a06

Please sign in to comment.