Problem: integer concatenation

Code: integer+concatenation/tails_1645410035

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)


(implicit string concatenation) 
    (implicit map) 
        >> (tail) 
            ;;@ (= allLines) 
        `( (uncons) <--arg( B A ) -->let( D ) 
            . (map) 
                ``p (permutations) 
                    % (split (remove empties)) 
                        $ (= B) 
                        ~ (auto = words) 
                = (subscript (wrapped)) <--arg( C ) 
                    r (read str at base) 
                        + (concat) 
                            $ (= C) 
                        10 (integer) 
                    \ (reverse) 
                        + (concat) 
                            $ (= C) 
    `^ (bit xor) 
        (implicit arg = fstInt) 
        (implicit arg = fstInt) 

Back to the index