Problem: Minify month_day

Code: Minify+month_day/tails_1712286203

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) 
    ; (save) -->let( C ) 
        . (map) 
            ;@ (= allLines) 
            `: (list of 2 lists) <--arg( A ) 
                $ (= A) 
                + (concat) 
                    . (map) 
                        `/ (chunks of) 
                            ~ (auto = 2) 
                            $ (= A) 
                        `p (int to str) <--arg( B ) 
                            `r (read int) 
                                $ (= B) 
    = (subscript (wrapped)) <--arg( E D ) 
        , (length) 
            `% (split list (keep empties)) 
                + (concat) 
                    _ (= C) 
                / (foldr1) 
                    $ (= E) 
                    @ (= F) <--arg( G F ) 
        (implicit arg = E) 

Back to the index