``` (Pdb) hash(List([2])) 286868726 (Pdb) hash(List([2])) 286868719 (Pdb) hash(List([2])) -9223372036567907317 ``` List type does not hash as expected.