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) > >

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

2017-11-28 Thread Aaron VonderHaar
Hi! [(Float, Float)] should now become: List (Float, Float) On Nov 28, 2017 8:54 AM, wrote: 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

[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.