yushih / simple-catenable-deque

Web visualization of the simple catenable deque (sec 11.2) of Okasaki book
https://yushih.github.io/simple-catenable-deque/
0 stars 0 forks source link

License #1

Closed esbullington closed 4 years ago

esbullington commented 4 years ago

Hi, very cool project. I have a dataviz background and really like the visualization.

Question: is the MIT license in this project's package.json correct? I need a purely functional deque for a ReasonML project, and don't have the Okasaki book (it's on my list of things to buy). So if the Deque.ml in this project is indeed open source under MIT, I'd like to just use it.

Thanks!

yushih commented 4 years ago

Sorry for the delay. I think there should be no problem because Deque.ml is not verbatim copy from the book.