OFFSET
0,3
LINKS
A. Karttunen, Gatomorphisms (With the complete Scheme source)
PROG
(Scheme function implementing this automorphism on list-structures:)
(define (gma085171! s) (cond ((null? s) s) (else (app-to-xrt! (gma085171! (car s)) (append! (map gma085171! (cdr s)) (list (list)))))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 23 2003
STATUS
approved