leastfixedpoint

Archived tweet #8331 from the @leastfixedpoint Twitter Archive
@noelwelsh ;-) (require 2htdp/image) (define (S n T) (if (= 0 n) T (S (- n 1) (above T (beside T T))))) (S 4 (triangle 10 'solid "black"))