Browse thread
[Caml-list] quasi newbie question concerning modules presentatiion in the online O'Reilly book
- Vasili Galchin
[
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: | Vasili Galchin <vasiliocaml@y...> |
| Subject: | [Caml-list] quasi newbie question concerning modules presentatiion in the online O'Reilly book |
Hello,
I have been playing with the stack.mli plus
stack.ml implementation that respresents a stack as an
array. If I package as "module" sig and struct as
presented in
http://caml.inria.fr/oreilly-book/html/book-ora131.html#toc183
When I compile stack.mli and stack.ml as specified
here, I get an error complaining that the
implementation doesn't match the interface and also
missing a STACK field. If I comment all MODULE syntax
at the beginning and end of stack.mli and stack.ml,
then this stack compiles cleanly. Why?
Regards, Vasili
__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
-------------------
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