auto x = ["bob":2, "fred":3]
assert_equal(al(["bob":0, "fred":3].at("fred"), 3);
