Closed raronson closed 10 years ago
If you append two DList using ++ and the first one is empty but the second isn't, it will always result in an empty DList. See spec for a failing test case
DList
++
If you append two
DList
using++
and the first one is empty but the second isn't, it will always result in an emptyDList
. See spec for a failing test case