Hi all,
coming from Java, C++ and C#, I find the module X exposing (A,B,C) syntax 
weird - to be short, it feels a bit like C/C++ header files, in that you 
repeat entity names at multiple places, making refactoring harder. I 
however guess the syntax was chosen for a reason - so I am asking: what are 
the advantages of 

module Foo exposing (bar)

bar: Int

over something like

module Foo 

exposed bar: Int

Hope the answers will help me better understand Elm

Thanks
Martin

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