// A Swift × Haskell stdlib flavour. public struct Vector { subscript(_ i: UInt) -> T { fatalError("todo") } }