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
Fixing the warning for NoPartialFunctions rule.
Also to use FSharpx.Collections.Seq.tryHeadTail, we must
install and add FSharpx.Collections to our dependencies:
```
Consider using 'FSharpx.Collections.Seq.tryHeadTail' instead of partial function/method 'Array.tail'.
Error on line 126 starting at column 19
|> Array.tail
```
0 commit comments