Compile problem between elm version

64 views
Skip to first unread message

rosarioenz...@gmail.com

unread,
Nov 28, 2017, 11:54:42 AM11/28/17
to Elm Discuss
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 

Aaron VonderHaar

unread,
Nov 28, 2017, 12:03:38 PM11/28/17
to elm-d...@googlegroups.com
Hi!

[(Float, Float)] should now become:

List (Float, Float)


--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

rosarioenz...@gmail.com

unread,
Nov 29, 2017, 6:03:50 AM11/29/17
to Elm Discuss
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)

On Nov 28, 2017 8:54 AM, <rosarioenz...@gmail.com> 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 help me? Many thanks,
Rosario 

--
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...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages