Nothing except when paired with a let.

You do
  let
    x = foo
    y = bar
   ...
  in baz

This let's you break up large expressions, and avoid recomputing values
that are used more than once.

On Oct 8, 2016 9:26 AM, "Dave Ford" <[email protected]> wrote:

> What does the in keyword do?
>
> --
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to