Skip to content
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].
Clone this wiki locally