package libb; // 3-arm spread: proves ALL of three's arms (i32, i64, rune) flatten into // wide, not just the first (#95). export type three = (i32 | i64 | rune); export type wide = (...three | str);