You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
andincluded
are greyed out as if unreferenced.Repro code
example
The text was updated successfully, but these errors were encountered: