FSharp.Quotations (original) (raw)

FSharp.Quotations Namespace

Library functionality for F# quotations. See also F# Code Quotations in the F# Language Guide.

Type/Module Description
DerivedPatterns Contains a set of derived F# active patterns to analyze F# expression objects
Expr Quoted expressions annotated with System.Type values.
Expr<'T> Type-carrying quoted expressions. Expressions are generated either by quotations in source text or programmatically
ExprShape Active patterns for traversing, visiting, rebuilding and transforming expressions in a generic way
Patterns Contains a set of primitive F# active patterns to analyze F# expression objects
Var Information at the binding site of a variable