/** * @tsplus type Run */ export interface Run extends HKT.Typeclass { readonly Law: { readonly Run: "Run" } readonly either: (fa: HKT.Kind) => HKT.Kind> }