FSharp.Core.CompilerServices
Represents the inverse of a measure expressions when returned as a generic argument of a provided type.
MeasureProduct<'Measure1, 'Measure2>
Represents the product of two measure expressions when returned as a generic argument of a provided type.
A special compiler-recognised delegate type for specifying blocks of resumable code with access to the state machine.
Acts as a template for struct state machines introduced by __stateMachine, and also as a reflective implementation
SetStateMachineMethodImpl<'Data>
A marker type that only compilers that support the when 'T : Enum
library-only static optimization constraint will recognize.
Place this attribute on a runtime assembly to indicate that there is a corresponding design-time assembly that contains a type provider. Runtime and design-time assembly may be the same.
If the class that implements ITypeProvider has a constructor that accepts TypeProviderConfig then it will be constructed with an instance of TypeProviderConfig.
TypeProviderDefinitionLocationAttribute
A type provider may provide an instance of this attribute to indicate the definition location for a provided type or member.
TypeProviderEditorHideMethodsAttribute
Indicates that a code editor should hide all System.Object methods from the intellisense menus for instances of a provided type