api-doc-tools
api-doc-tools copied to clipboard
F#: Need a way to distinguish between classes and types that are related

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