Technical overview A basic Option type // Option.ts // definition export class None { readonly tag: 'None' = 'None'