Assignment 4 ------------ #Reversing a list# How would you define an operation to reverse a list? (Don't peek at the [[lambda_library]]! Try to figure it out on your own.) Choose whichever implementation of list you like. Even then, there are various strategies you can use. #Comparing lists for equality# #Enumerating the fringe of a leaf-labeled tree# [[Implementing trees]]