type <Variant> =
| <Tag> [ of <type> [ * <type> ].. ]
| <Tag> [ of <type> [ * <type> ].. ]
Polymorphic Variants
- Starts with a backtick
- Types are inferred automatically
Nov 04, 20241 min read
type <Variant> =
| <Tag> [ of <type> [ * <type> ].. ]
| <Tag> [ of <type> [ * <type> ].. ]