Re: [elm-discuss] Svg.map?

2016-10-11 Thread Jeff Russell
Great, thanks. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+unsubscr...@googlegroups.com. For more options, visit

Re: [elm-discuss] Svg.map?

2016-10-10 Thread Janis Voigtländer
https://github.com/elm-lang/svg/commit/41f979b6d5ee06cbbfde877e755aab3d521dd09f > Am 11.10.2016 um 06:11 schrieb Jeff Russell : > > I've been looking around the documentation for a function Svg.map : (a -> > msg) -> Svg a -> Svg msg, which would be exactly analogous to

[elm-discuss] Svg.map?

2016-10-10 Thread Jeff Russell
I've been looking around the documentation for a function Svg.map : (a -> msg) -> Svg a -> Svg msg, which would be exactly analogous to Html.App.map. But I can't find this function anywhere. Did I miss it? Am I supposed to handle nesting Svg-based graphical components in a different way from