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 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

See Also

Reference

Microsoft.FSharp.Quotations Namespace (F#)