Type | Description |
type Expr |
Quoted expressions annotated with System.Type values.
|
type Expr |
Type-carrying quoted expressions. Expressions are generated either
by quotations and quotation templates in source text or
programatically by using runtime-type-annotated expressions [[Expr]] and using
[[of_raw]] to annotate them.
|
type ExprConstInfo |
Expression contants.
|
type ExprVar |
Information at the binding site of a variable
|
type ExprVarName |
Names of variables. See [[FreshExprVarName]], [[ExprVar.Create]] and [[ExprVar.Fresh]] to generate new names.
|
type Template |
Type-carrying quoted raw expression templates.
|
type Template |
Templates for type-carrying quoted expressions.
|
type TopDefnData |
Specificaton of a reference to a top-level definition, including
the namespace/module path to an F# value
|