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

Over-aggresive folding breaks nested lambda expressions #486

Closed
SteveGilham opened this issue Sep 18, 2019 · 1 comment
Closed

Over-aggresive folding breaks nested lambda expressions #486

SteveGilham opened this issue Sep 18, 2019 · 1 comment

Comments

@SteveGilham
Copy link

Description

After processing with 3.0.0-beta 4, the function starts at line 423 of the containing file; at that point these intellisense errors are shown

The type ''b -> 'c' is not compatible with the type 'seq<'a>'. See also Visitor.fs(425,7)-(425,18). Visitor.fs 427
This expression was expected to have type
''a -> 'b'
but here has type
'Node' Visitor.fs 446

Also identifiers targets and included are greyed out as if unreferenced.

Repro code

example

@nojaf
Copy link
Contributor

nojaf commented Jan 3, 2020

The formatted code (of 03/01/2020) produces valid code/AST for me.

Please reopen if this is still a problem.

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

No branches or pull requests

2 participants