Expr
Type-carrying quoted expressions. Expressions are generated either by quotations in source text or programmaticallyInstance members
Full Usage:
this.Raw
Returns: Expr
Gets the raw expression associated with this type-carrying expression
Expr
open FSharp.Quotations
let expr1 = <@ 1 + 1 @>
expr1.Raw
Multiple items
namespace Microsoft.FSharp
--------------------
namespace FSharp
namespace Microsoft.FSharp.Quotations
val expr1: Expr<int>
property Expr.Raw: Expr with get
Evaluates to the same quotation as<@ expr1 @>
except with the weaker type Expr
instead of Expr<int>
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4