Problem: Mold Sort

Code: Mold+Sort/kaki_1731494427

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)


>> (tail) 
    . (map) 
        =\ (scanl) 
            @ (= fstLine) 
            ~ (tuple) 
                'a' (char) 
                `< (sort) 
                    | (filter) 
                        @ (= fstLine) 
                        $ (= A) <--arg( A ) 
            (implicit tuple) <--arg( D C B ) 
                ? (if/else) -->let( G ) 
                    $ (= D) 
                    ~ (tuple) <--arg( E ) 
                        `( (uncons) -->let( F ) 
                            ;$ (= B) 
                        $ (= F) 
                    (implicit tuple) 
                        @ (= D) 
                        ;$ (= B) 
                (implicit arg = G) 
        (implicit arg = I) <--arg( I H ) 

Back to the index