Problem: permission list

Code: permission+list/tails_1642073816

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)


! (zip with) 
    . (map) 
        `* (nary cartesian product) 
            ^ (replicate) 
                4 (integer) 
                : (append) 
                    `, (range from 0) 
                        8 (integer) 
                    ~ (auto) 
        : (append) <--arg( A ) 
            $ (= A) 
            " is -" (string) 
    `* (nary cartesian product) <--arg( B ) 
        ^ (replicate) 
            3 (integer) 
            `* (nary cartesian product) 
                "-""rwx" (string list) 
    : (zipop: cons) 

Back to the index