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

F#: statically resolved type parameters not represented

Open cartermp opened this issue 7 years ago • 0 comments

From FSharp.Core smoke test:

image

Although this gets the struct constraints correct, critical information about other constraints are missing. See the MSDN entry on this operator:

image

(Yes, the formatting is pretty awful, but it does convey the static members that are necessary when using this operator).

cartermp avatar Aug 21 '18 01:08 cartermp