Browse thread
[Caml-list] recursive modules redux, & interface files
[
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: | John Prevost <jmp@a...> |
| Subject: | Re: [Caml-list] recursive modules redux, & interface files |
>>>>> "pd" == Patrick M Doane <patrick@watson.org> writes:
pd> This would mean that
pd> module X : sig type t = int end = struct end
pd> would be accepted, but
pd> module X : sig type t end = struct end
pd> would be rejected because the abstract field 't' is required
pd> but missing.
What about "module X : sig type t end = struct type t end", where
values of the type can't actually be constructed? (Except possibly by
C code.)
John.
-------------------
To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr