Browse thread
Unboxed float tuples
-
Daniel_Bünzli
- Jon Harrop
- Martin Jambon
- Brian Hurt
-
Richard Jones
-
Christophe Raffalli
- Lukasz Stafiniak
-
Christophe Raffalli
[
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: | Lukasz Stafiniak <lukstafi@g...> |
| Subject: | Re: [Caml-list] Unboxed float tuples |
On Sun, Nov 8, 2009 at 9:58 PM, Christophe Raffalli
<christophe.raffalli@univ-savoie.fr> wrote:
>>
>> How about a syntax extension instead to turn a vector (| a, b, c |)
>> into { v0 = a; v1 = b; v2 = c }, and a standard type to solve the
>> module communication problem? I'm not sure if camlp4 will let you
>> define bracket lexemes like that.
>>
>>
> I use (^ ^) and {^ ^} as bracket for my bindlib library.
>
I've been using {| |} -- a mesh of [| |] and { }
Cheers