F# Core Library Reference
The F# Core Library contains functions that support the core language, and includes frequently used utilities such as collection classes, control constructs for asynchronous programming and event-driven programming, message passing, formatted I/O, native pointers, and language quotations.
Related Topics
Title |
Description |
---|---|
Describes the F# collection namespace, including arrays, lists, maps, sequences and sets. |
|
Describes the F# control namespace, including support for asynchronous programming, message passing, and event-driven programming. |
|
Describes the F# core namespace, including core operators, attributes, and types. |
|
Describes internal libraries used by the F# compiler. |
|
Describes the F# data namespace, which contains type providers for data access, as well as units of measure. |
|
Describes the F# Linq namespace, which includes types that support F# query expressions. |
|
Describes library support for F# native interoperability. |
|
Describes the F# quotations library. |
|
Describes the F# reflection API, which extends .NET reflection to support F# types. |
|
Describes extensions to the .NET Framework System namespace that support F# when targeting the .NET 2.0 runtime. |
|
Describes extensions to the . NET Framework System.Collections namespace that support F# when targeting the .NET 2.0 runtime. |
|
Describes extensions to the .NET System.Numerics namespace that support F# when targeting the .NET 2.0 runtime. |
|
Describes extensions to the .NET Framework System.Threading namespace that support F# when targeting the .NET 2.0 runtime. |