seliopou / elm-d3

Elm bindings for D3.js
Other
335 stars 36 forks source link

Use sound types #2

Closed evancz closed 10 years ago

evancz commented 10 years ago

As described in this issue

evancz commented 10 years ago

It may be better to just choose Float for the type. I just built Voronoi.elm (which is very cool) and needed to mess around adding types in there for the same reason.

Are you using a modified version of the compiler to make this work?

seliopou commented 10 years ago

Nope, no modified version of the compiler. I've been developing on 0.9.0.2.

Could you push your modifications to Voronoi.elm as well? Once those are up, I'll merge.

evancz commented 10 years ago

Sure, can get to this tomorrow!