Re: [elm-discuss] Compile problem between elm version

2017-11-29 Thread rosarioenzoluca . borda
Many thanks Aaron! The html output of Evan's elm-graphics is Svg, Png or other? Thanks, Rosario Il giorno martedì 28 novembre 2017 18:03:38 UTC+1, Aaron VonderHaar ha scritto: > > Hi! > > [(Float, Float)] should now become: > > List (Float, Float) > >

[elm-discuss] Compile problem between elm version

2017-11-28 Thread rosarioenzoluca . borda
Hi All :), some years ago I wrote a very simple program to generate binary trees. Now Elm won't compile, complaining on type alias L = [(Float, Float)] Someone can help me? Many thanks, Rosario -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group.

[elm-discuss] Javascript interop width timing

2017-08-30 Thread rosarioenzoluca . borda
Hello guys, I'm involved in developing a interactive animation for children. I'm wondering if it is possible to control dom elements properties (build with Tumult Hype, specifically the position of that elements) via javascript ports on a timing base, like the watch hands of the example in