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

F#: types that implement Equals and CompareTo should not have these methods shown

Open cartermp opened this issue 7 years ago • 0 comments

image

F# lists are default equatable, which is a property of F# (despite being implemented like this under the covers). We shouldn't show these in the API reference.

cartermp avatar Aug 20 '18 23:08 cartermp