Fix memalloc_apply

This commit is contained in:
Cédric Pasteur 2011-05-16 17:30:21 +02:00
parent 192572ea67
commit a48981f72c

View file

@ -93,7 +93,7 @@ let lhs funs (env, mut, j) l = match l.pat_desc with
try
{ l with pat_desc = repr_from_ivar env iv }, (env, mut, j)
with
| Not_found -> l, (env, mut, j)
| Not_found -> Obc_mapfold.lhs funs (env, mut, j) l
let act funs (env,mut,j) a = match a with
| Acall(pat, o, Mstep, e_list) ->