Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rec modifier removed for namespaces and modules #292

Closed
auduchinok opened this issue Aug 22, 2018 · 1 comment
Closed

rec modifier removed for namespaces and modules #292

auduchinok opened this issue Aug 22, 2018 · 1 comment

Comments

@auduchinok
Copy link
Contributor

auduchinok commented Aug 22, 2018

Namespace:

namespace rec N
namespace N

Top level module

module rec Say

let x = 123
module Say

let x = 123

Nested module

namespace Ns

module rec Say =
    let x = 123
namespace Ns

module Say =
    let x = 123
@nojaf
Copy link
Contributor

nojaf commented Nov 2, 2018

Fixed in 2.9

@nojaf nojaf closed this as completed Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants