racketf / slist.count-value Star 0 Code Issues Pull requests Returns occurrences of s in slist (see EOPL) count scheme list racket learn recursive symbol occurrences popl eopl slist Updated Feb 2, 2022 Racket
racketf / slist.replace-inline Star 0 Code Issues Pull requests Elimiate one call to subst-sexp in subst by replacing its definition (see EOPL). scheme list racket inline learn recursive symbol subst popl eopl Updated Feb 2, 2022 Racket
racketf / slist.flatten Star 0 Code Issues Pull requests Returns list of symbols in slist in the same order (see EOPL). scheme list racket learn recursive symbol flatten popl eopl slist Updated Feb 2, 2022 Racket
racketf / list.cartesian-product Star 0 Code Issues Pull requests Returns cartesian product of sos1 with sos2 (see EOPL). scheme set product racket learn recursive sos symbol cartesian popl eopl Updated Feb 2, 2022 Racket
racketf / slist.replacex Star 0 Code Issues Pull requests Returns s-list with all occurrences of s1 replaced with s2 (see EOPL). scheme list racket swap learn recursive symbol swapper popl eopl slist Updated Feb 2, 2022 Racket