indexedList = zip [1..]
Love how ML-like languages let you express just the bare essence of an operation.
indexedList = zip [1..]
Love how ML-like languages let you express just the bare essence of an operation.