hylo
hylo copied to clipboard
Tuple labels not happening
On requirements-machine branch:
public typealias Vec2 = {x: Float64, y: Float64}
fun f(_ v: Vec2) -> Bool { v.x > v.y } // error: type 'Vec2' has no member 'x'