Browse thread
[Caml-list] small_exercise
- altavillasalvatore@libero.it
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | altavillasalvatore@libero.it <altavillasalvatore@l...> |
| Subject: | [Caml-list] small_exercise |
Hi all, I do not succeed to develop the following exercise: I have need of your aid. input: string "1.15.120.13.43.35.340.190.0" output: int array= [| 1; 15; 120; 13; 43; 35; 340; 190; 0; |] : string -> int array Regards. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners