LiteralUnion
PackageReified.Schema.Contracts
A literal value in a contract declaration. Literals are the only values the grammar can express;
everything with semantics is a name resolved against F# code at generation time.
Specification
Kind
Union
Members
8
Examples
0
IsLDecimalSignature
this.IsLDecimal
IsLStringSignature
this.IsLString
IsLIntSignature
this.IsLInt
IsLBoolSignature
this.IsLBool
LStringSignature
LString string
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsLDecimal | this.IsLDecimal | No description available. |
| IsLString | this.IsLString | No description available. |
| IsLInt | this.IsLInt | No description available. |
| IsLBool | this.IsLBool | No description available. |
| LString | LString string | No description available. |
| LInt | LInt int | No description available. |
| LDecimal | LDecimal decimal | No description available. |
| LBool | LBool bool | No description available. |