export function assertUnreachable(msg: string): never {
throw new Error("Didn't expect to get here, " + msg);
}