Problem: XOR Exponents

Code: XOR+Exponents/tails_1668839533

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


/ (foldr1) 
    . (map) 
        `/ (chunks of) 
            ~ (auto = 2) 
            _ (= ints) 
        `/ (special folds) <--arg( A ) 
            $ (= A) 
            < (foldop: min by fn) 
            `^ (bit xor) <--arg( B ) 
                (implicit arg = B) 
                (implicit arg = B) 
    (implicit arg = D) <--arg( D C ) 

Back to the index