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

F#: Need a way to distinguish between classes and types that are related

Open cartermp opened this issue 7 years ago • 0 comments

image

The Async<'T> type is the type that repesents asynchronous computations. The Async class is a static class with static methods and properties that allow you to operate on Async<'T> types.

This is currently done in the F# MSDN Reference

cartermp avatar Aug 21 '18 00:08 cartermp