assignment3: formatting and terminological consistency with other pages
[lambda.git] / hints / assignment_2_hint.mdwn
1 First compute `make-list e empty`.
2
3 Then compute `(make-list e empty) make-list empty`.
4
5 Then compute `make-list f (make-list e empty)`.
6
7 Then compute `(make-list f (make-list e empty)) make-list empty`.
8
9 Now guess the complete answer.
10
11