Skip to content

Commit e3ac063

Browse files
committed
Rename to
1 parent 99c1193 commit e3ac063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/rudiments-core.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ def loop(block: => Unit): Loop = Loop({ () => block })
9090

9191
export Rudiments.&
9292

93+
export Predef.runtimeChecked as absolve
94+
9395
extension [ProductType <: Product: Mirror.ProductOf](product: ProductType)
9496
def tuple: ProductType.MirroredElemTypes = Tuple.fromProductTyped(product)
9597

@@ -104,7 +106,6 @@ infix type binds[ResultType, TypeclassType <: Any { type Self }] =
104106
Bond[TypeclassType] ?=> ResultType
105107

106108
inline def bound[BoundType <: Any { type Self }: Bond]: BoundType.Value = BoundType.value
107-
108109
inline def bond[TypeclassType <: Any { type Self }] = compiletime.summonInline[Bond[TypeclassType]]
109110

110111
export scala.reflect.{ClassTag, Typeable}

0 commit comments

Comments
 (0)