Problem: Over print

Code: Over+print/tails_1646310162

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)


=\ (scanl1) 
    ;;@ (= allLines) 
    . (map) <--arg( B A ) 
        `' (transpose) 
            `: (list of 2 lists) 
                $ (= B) 
                @ (= A) 
        / (foldr1) <--arg( C ) 
            $ (= C) 
            ? (if/else) <--arg( E D ) 
                $ (= E) 
                $ (= F) <--arg( F ) 
                (implicit arg = D) 

Back to the index