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
In chapter 5.1 the expression *() is used to construct an empty list.
It should either be replaced with .end! or a chapter documenting the list-creation syntax-sugar should be added
In chapter 5.1 the expression
*()is used to construct an empty list.It should either be replaced with
.end!or a chapter documenting the list-creation syntax-sugar should be added