]> hydra-www.ietfng.org Git - dyna2/commit
Simplified code produced by Python codegen.
authortimv <tim.f.vieira@gmail.com>
Mon, 3 Jun 2013 01:07:53 +0000 (21:07 -0400)
committertimv <tim.f.vieira@gmail.com>
Mon, 3 Jun 2013 01:07:53 +0000 (21:07 -0400)
commit65571f85598ff83fc63a5be98c756b84aa16f357
tree60cc95b11b13d77ee8ac67ce67fa4fd07262b3ba
parentd0967ade642c95966fd7ea3ba48b400a3c3423a5
Simplified code produced by Python codegen.

   for (X, Z, Value) in chart[:,Y,:,:]

is now

   for (X, _, Z, Value) in chart[:,Y,:,:]
src/Dyna/Backend/Python/Backend.hs