What the difference between a namespace and a module in F#?
Posted
by Dave Berk
on Stack Overflow
See other posts from Stack Overflow
or by Dave Berk
Published on 2009-04-27T20:33:07Z
Indexed on
2010/03/21
0:01 UTC
Read the original article
Hit count: 443
I've just started learning F# (with little prior experience with .NET) so forgive me for what is probably a very simple question: What the difference between a namespace and a module in F#?
Thanks
Dave
Edit: Thanks for the answer Brian. That's what I wanted to know. Just a clarification: can you also open a namespace as well (similar to C# using statement)?
© Stack Overflow or respective owner