Microsoft.FSharp.Core.CompilerServices Namespace (F#)

This namespace contains some internal functions for use by the F# compiler.

Namespace/Module Path: Microsoft.FSharp.Core.CompilerServices

Assembly: FSharp.Core (in FSharp.Core.dll)

namespace Microsoft.FSharp.Core.CompilerServices

Modules

Module

Description

module RuntimeHelpers

A group of functions used as part of the compiled representation of F# sequence expressions.

Type Definitions

Type

Description

type GeneratedSequenceBase<'T>

The F# compiler emits implementations of this type for compiled sequence expressions.

See Also

Other Resources

F# Core Library Reference