Problem: Count in Base 2

Code: Count+in+Base+2/tails_1654148358

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 map) 
    < (take) 
        $ (= fstInt) 
        >> (tail) 
            `_ (subsequences) 
                0 (integer) 
                + (add) 
                    '`' (char) 
                    , (range from 1) 
                        ~ (auto = infinity) 
    \ (reverse) <--arg( B A ) 
        (implicit arg = B) 

Back to the index