Problem: Real Numbers

Code: Real+Numbers/tails_1700453216

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)


. (map) 
    , (range from 1) 
        $ (= fstInt) 
    : (append) <--arg( A ) 
        ; (save) -->let( B ) 
            "0." (string) 
        ^ (replicate) 
            ;_ (= sndInt) 
            / (foldr1) 
                (implicit arg = B) 
                (implicit arg = D) <--arg( D C ) 

Back to the index