terezka / elm-charts

Create SVG charts in Elm.
https://www.elm-charts.org
BSD 3-Clause "New" or "Revised" License
711 stars 67 forks source link

Fix type annotations in documentation #65

Closed danmarcab closed 3 years ago

danmarcab commented 7 years ago

Hello! Thanks for the awesome library!

I just found a couple of type annotations that I think are wrong.

zwilias commented 6 years ago

Svg a and Html a are actually the same thing - an alias for VirtualDom.Node a. Just fyi, @danmarcab :)