Exemplo n.º 1
0
 def testValAt(self):
     m = PersistentTreeMap().assoc('a', 1)
     self.assertEqual(m.valAt('a'), 1)