This is an extension of #2. It is not clear how to address this though. For example, if we have ``` a := []int{1, 2, 4, 8} b := a[1:3] ``` How should this be rendered?