Ejemplo n.º 1
0
 def test_abolish(self):
   from dao.builtins.rule import abolish
   eq_(eval(let([(f,function([[1], 1]))], abolish(f, 1))), {})
Ejemplo n.º 2
0
 def test_abolish(self):
     from dao.builtins.rule import abolish
     eq_(eval(let([(f, function([[1], 1]))], abolish(f, 1))), {})
Ejemplo n.º 3
0
 def test7(self):
     eq_(preparse(-fun.a / 3), abolish(a, 3))
Ejemplo n.º 4
0
 def test7(self):
   eq_(preparse(-fun. a/3),abolish(a,3))