mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-01 19:48:19 +00:00
In-place modification for arrays/strings
This commit is contained in:
commit
ff53a6ba7e
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ let compile env code =
|
||||||
| String -> ".string_tag_patt"
|
| String -> ".string_tag_patt"
|
||||||
| Sexp -> ".sexp_tag_patt"
|
| Sexp -> ".sexp_tag_patt"
|
||||||
) 1 false
|
) 1 false
|
||||||
|
|
||||||
| ENTER xs ->
|
| ENTER xs ->
|
||||||
let env, code =
|
let env, code =
|
||||||
List.fold_left
|
List.fold_left
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue