| 1 |
|
open Ident |
| 2 |
|
|
| 3 |
let () = State.close ();; |
let () = State.close ();; |
| 4 |
|
|
| 5 |
let dump = ref None |
let dump = ref None |
| 63 |
let l = List.rev_map Value.string_latin1 !args in |
let l = List.rev_map Value.string_latin1 !args in |
| 64 |
let l = Value.sequence l in |
let l = Value.sequence l in |
| 65 |
let t = Sequence.star Sequence.string in |
let t = Sequence.star Sequence.string in |
| 66 |
Cduce.enter_global_value "argv" l t |
Cduce.enter_global_value (ident (U.mk "argv")) l t |
| 67 |
); |
); |
| 68 |
(match !src with |
(match !src with |
| 69 |
| [] -> |
| [] -> |