[elm-discuss] Re: list of types is missing from docs page at http://elm-lang.org/docs

2016-10-11 Thread Wouter In t Velt
In the standard docs, there is some explanation of types here 
. But no exhaustive 
list.

In practice, I found that I did not need to learn any of the standard 
types. 
In contrast to any other language I know, Elm's compiler is really helpful 
in providing you with info about your types.
If you do not provide a type signature for you functions, the compiler will 
give you a suggestion, which in 90%+ cases you can simply copy to your code.

-- 
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 https://groups.google.com/d/optout.


[elm-discuss] Re: list of types is missing from docs page at http://elm-lang.org/docs

2016-10-11 Thread Nathan Eldridge
Can you provide an example of the code? I am still fairly new myself, but I 
often find that I get errors when I get a little too loose with my type 
annotations.

-- 
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 https://groups.google.com/d/optout.