Problem: Half Tree

Code: Half+Tree/tails_1706063360

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) 
    (implicit map with implicit range) 
        $ (= fstInt) 
        ! (zip with) <--arg( B A ) 
            "*#" (string) 
            \ (reverse) <--arg( C ) 
                `@ (to base) 
                    ~ (auto = 10) 
                    @ (= B) 
            ~ (zipop: by) 
            ^ (replicate) <--arg( E D ) 
                @ (= D) 
                $ (= E) 
    + (concat) <--arg( G F ) 
        \ (reverse) 
            (implicit arg = G) 

Back to the index