Skip to content

Commit

Permalink
Leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
matwojcik committed Jan 8, 2024
1 parent 9d8ca23 commit 600feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/io/github/iltotore/iron/conversion.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ extension [A, C1](value: A :| C1)
* @param constraint the new constraint to test.
* @return this value refined with `C1 & C2`.
* @throws an [[IllegalArgumentException]] if the constraint is not satisfied.
* @see [[refine]].
* @see [[refineUnsafe]].
*/
inline def refineFurtherUnsafe[C2](using inline constraint: Constraint[A, C2]): A :| (C1 & C2) =
(value: A).refineUnsafe[C2].assumeFurther[C1]
Expand Down

0 comments on commit 600feb2

Please sign in to comment.