Browse thread
specifying the type of an argument with more than one #classpath
-
Peng Zang
- Edgar Friendly
- Eric Cooper
[
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: | 2008-03-06 (01:56) |
From: | Edgar Friendly <thelema314@g...> |
Subject: | Re: [Caml-list] specifying the type of an argument with more than one #classpath |
Peng Zang wrote: > Is there some simple trick people have found for specifying various type > constraints on arguments? How about something like: let takesomefooable_and_barable x = ignore(lazy(x#foo)); ignore(lazy(x#bar)); x E