SynBindingKind Type
The kind associated with a binding - "let", "do" or a standalone expression
Union cases
Union case |
Description
|
Full Usage:
Do
|
A 'do' binding in a module. Must have type 'unit' |
Full Usage:
Normal
|
A normal 'let' binding in a module |
Full Usage:
StandaloneExpression
|
A standalone expression in a module |