heptagon/compiler/main
Cédric Pasteur b1b8e103f2 Added partial application for iterators
For instance:
  ... = map<<n>> (f<<se>>)((t1, t1'))(t2, t3)

is translated to:
  for(int i =...)
    ... = f(t1, t1', t2[i], t3[i])
2011-03-21 17:22:03 +01:00
..
hept2mls.ml Added partial application for iterators 2011-03-21 17:22:03 +01:00
heptc.ml Recursives Qualnames. 2011-02-07 14:24:17 +01:00
mls2obc.ml Added partial application for iterators 2011-03-21 17:22:03 +01:00