/** * @tsplus type Fail */ export interface Fail extends HKT.Typeclass { readonly Law: { readonly Fail: "Fail" } readonly fail: (e: E) => HKT.Kind }