Skip to content

Commit

Permalink
Add type ascription for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Oct 5, 2024
1 parent ecef940 commit 0ada35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/contingency.Contingency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ object Contingency:
: Expr[ResultType] =

'{ val foci: Foci[FocusType] = TrackFoci()
val result = boundary[Option[ResultType]]: label ?=>
val result: Option[ResultType] = boundary[Option[ResultType]]: label ?=>
${ import quotes.reflect.*

val cases = unwrap(track.asTerm) match
Expand Down

0 comments on commit 0ada35d

Please sign in to comment.