Browse thread
What am I missing?
- skaller
[
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: | skaller <skaller@m...> |
| Subject: | What am I missing? |
Why?
[root@ruby] ~/felix>ocamlc util.ml
[root@ruby] ~/felix>ocamlc util.mli
[root@ruby] ~/felix>ocaml
Objective Caml version 2.02
# open Util;;
# string_of_list;;
Reference to undefined global `Util'
#