PPT Slide
append(xs,ys)
case xs
of [] => ys
| v :: vr => v :: append(vr,ys)
thread
graph
::
::
::
4
5
6
[]
(vs,ws) =>
case vs
of [] => ws
| v::vr=>v::append(vr,ws)
Previous slide
Next slide
Back to first slide
View graphic version