export const NoSuchElementTag = "NoSuchElement" export class NoSuchElement { readonly _tag = NoSuchElementTag }