Problem: Missing Pieces

Code: Missing+Pieces/tails_1641624541

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)


- (subtract) 
    `/ (special folds) 
        . (map) 
            , (range from 1) 
                + (sum) 
                    _ (= ints) 
            * (multiply) <--arg( A ) 
                ] (max) 
                    - (subtract) 
                        / (divide) 
                            + (add) 
                                @ (= fstInt) 
                                ~ (auto) 
                            ~ (auto) 
                        $ (= A) 
                    + (add) 
                        / (divide) 
                            - (subtract) 
                                ;@ (= sndInt) 
                                ~ (auto) 
                            $ (= A) 
                        3 (integer) 
                + (add) 
                    2 (integer) 
                    $ (= A) 
        [ (foldop: min) 
    + (sum) 
        _ (= ints) 

Back to the index