1 2 3 4 5
// Test map() intrinsic error cases // This should fail - not a list of pairs bad_list = [1, 2, 3, 4]; m = map(bad_list);