too-many-lists icon indicating copy to clipboard operation
too-many-lists copied to clipboard

Add copied code inside of citation

Open Arthur-Milchior opened this issue 2 years ago • 0 comments

On first read, it was far from clear which part of the code was copy-pasted and which part was actually what you suggest us to try in your first-implementation of linked-list. Personally, I failed to understand why you suddenly renamed Empty and Elem to Cons and Nil, and while you went from i32 to generic type. It become clear only when I realized that below, you moved back to an enum with the constructor names you first used and that the code came from the documentation.

Arthur-Milchior avatar May 18 '22 19:05 Arthur-Milchior