Quotations.ExprShape Module (F#)

Active patterns for traversing, visiting, rebuilding and transforming expressions in a generic way

Namespace/Module Path: Microsoft.FSharp.Quotations

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

module ExprShape

Values

Value

Description

RebuildShapeCombination : obj * Expr list -> Expr

Rebuild combination expressions. The first parameter should be an object returned by the ShapeCombination case of the active pattern in this module.

Active Patterns

Active Pattern

Description

( |ShapeVar|ShapeLambda|ShapeCombination| )

An active pattern that performs a complete decomposition viewing the expression tree as a binding structure

Platforms

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Version Information

F# Runtime

Supported in: 2.0, 4.0

Silverlight

Supported in: 3

See Also

Reference

Microsoft.FSharp.Quotations Namespace (F#)