Fix memalloc_apply
This commit is contained in:
parent
192572ea67
commit
a48981f72c
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Reference in a new issue