|
|
|
|
|
by sago
2900 days ago
|
|
After RTFM, I can answer my own question: > In Arc, data structures can be used wherever functions are, and they behave as functions from indices to whatever's stored there. (quoted from the Arc tutorial) So arc> (l 0)
1
and so on. So the GP makes sense. |
|