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
Jonathan Price edited this page Sep 11, 2017
·
1 revision
Welcome to the McIlroy wiki!
TODO:
Replace all uses of Array.concat with Rambda's append. This is necessary to avoid unexpected bugs due to concat flattening lists, i.e. [].concat([1]) = [].concat([1]) = [1].