// The second flat-imported author of same-name type-fn `Make`. Its distinct // one-field body makes a bare `Make(s64)` head ambiguous against a.sx's. Make :: ($T: Type) -> Type { return struct { x: T; }; }