You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce concepts of list head/tail before use (#188)
The concepts of the head and tail of a list are used at line 100 without first being introduced. This change introduces the concepts earlier by making a minor addition at the introductory discussion of the constructor ::.
0 commit comments