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
Showcasing stuff in example kata is enough for now. copy-paste works just fine for a lot of folks. Also, without namespacing or renaming imports, resolving name clashes can only be done in a monolithic sourcefile.
Activity
JohanWiltink commentedon Feb 7, 2022
succ, pred
), Ord (compare, lt, le, eq, ge, gt, min, max
), Num (+, -, *, /, %, ^, gcd, lcm
), Bits (shift, and, or, xor, test, popCount, clz, ctz, even, odd
)BigInt, IEEE.754, BigNum
- in exponentially increasing order of unlikelinessJohanWiltink commentedon Feb 7, 2022
Showcasing stuff in example kata is enough for now. copy-paste works just fine for a lot of folks. Also, without namespacing or renaming imports, resolving name clashes can only be done in a monolithic sourcefile.