(load "/home/cs227/lib/hw2.ss") (define testit (lambda () (begin (load "buggy-remove-1st.ss") (buggy-remove-1st 'b '(a b c)) (buggy-remove-1st 'a '(a b c)) )))