You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Pow implementation for any algebra.implAnyAlgebraPow<A, implAlgImp:Algebra<A>> ofPow<A> { ... }
// Impl alias for Pow of i32.implInt32Pow=AnyAlgebraPow<i32, I32Algebra>;
The text was updated successfully, but these errors were encountered:
example:
The text was updated successfully, but these errors were encountered: