Skip to content

Commit

Permalink
Use Prepositional for infix types
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Aug 22, 2024
1 parent 9857366 commit 7a9a987
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/contingency-core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import scala.compiletime.*
import fulminate.*
import vacuous.*
import rudiments.*
import symbolism.*
import prepositional.*
import anticipation.*

package strategies:
Expand Down
2 changes: 1 addition & 1 deletion src/core/contingency.Recoverable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package contingency

import symbolism.*
import prepositional.*

object Recoverable:
given [ErrorType <: Exception] => ErrorType is Recoverable into Unit = error => ()
Expand Down
2 changes: 1 addition & 1 deletion src/core/contingency.Tactic.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package contingency

import language.experimental.pureFunctions

import symbolism.*
import prepositional.*
import rudiments.*

object Tactic:
Expand Down

0 comments on commit 7a9a987

Please sign in to comment.