Masynchin / tiles

Zen game
https://masynchin.github.io/tiles/
MIT License
0 stars 0 forks source link

Maybe use Lazy List? #1

Closed Masynchin closed 2 years ago

Masynchin commented 2 years ago

It seems that PureScript has List and Lazy List. Need to research whether they have the same functional and can they replace each other.

Masynchin commented 2 years ago

No need for them because NonEmptyList is lazy by default.