api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

F#: active patterns treated as methods

Open cartermp opened this issue 7 years ago • 0 comments

From F# smoke test:

image

Although these are compiled down as such, they are a distinctly different thing from regular functions/methods.

This will be very tricky, because according to SharpLab, there's no metadata to tell when something is an active pattern.

cartermp avatar Aug 21 '18 00:08 cartermp