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):[[chr]] 
    . (map):[[chr]] 
        `* (nary cartesian product):[[int]] 
            ^ (replicate):[[int]] 
                4 (integer):int 
                : (append):[[int]] 
                    `, (range from 0):[int] 
                        8 (integer):int 
                    ~ (auto = []):auto 
        : (append):[chr] <--arg( A:[int] ) 
            $ (= A):[int] 
            " is -" (string):[chr] 
    `* (nary cartesian product):[[chr]] <--arg( B:[chr] ) 
        ^ (replicate):[[chr]] 
            3 (integer):int 
            `* (nary cartesian product):[[chr]] 
                "-""rwx" (string list):[[chr]] 
    : (zipop: cons):null 

Back to the index