Browse thread
Void type?
[
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: | 2007-07-29 (00:48) |
From: | Stefan Monnier <monnier@i...> |
Subject: | Re: [Caml-list] Void type? |
>>> type void >> But can I pass [] to a function that expects a "void list"? > Yes. It is the only list of type void list. Looks like what I was looking for. Thanks, Stefan