Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リストを反転する関数を、foldr への 1 回の呼び出しのみとして定義するにはどうすればよいでしょうか?
このように見えるはずです
(define (rev l) (foldr ___________________________
これは模擬試験の問題で、教師は答えを出さないことにしました-.-