G-Research / fsharp-analyzers

Analyzers for F#
https://g-research.github.io/fsharp-analyzers/
Apache License 2.0
14 stars 1 forks source link

Detect untyped top level functions. #47

Closed nojaf closed 7 months ago

nojaf commented 9 months ago

WIP, this tries to detect if a top-level function is fully typed or not.

nojaf commented 9 months ago

@dawedawe, I can process Fantomas.Core with the current state of this analyzer. Could you please skim through the code and point out where the readability can improve in the code can improve?

But hold back, please point out where things are less clear.

dawedawe commented 9 months ago

@dawedawe, I can process Fantomas.Core with the current state of this analyzer. Could you please skim through the code and point out where the readability can improve in the code can improve?

But hold back, please point out where things are less clear.

Impressive work. So far, there's no refactoring needed imho.

nojaf commented 7 months ago

No longer pursuing this.