Browse thread
[Caml-list] operator overloading
[
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: | 2002-04-13 (09:00) |
From: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
Subject: | Re: [Caml-list] operator overloading |
Hi, On Fri, Apr 12, 2002 at 01:08:15PM -0600, Issac Trotts wrote: > Can anyone recommend a way to work around OCaml's lack of operator > overloading when dealing with matrices, vectors, and spinors? Is > there a way to implement this with ocamlp4? Camlp4 cannot help: overloading is not just syntax. Camlp4 can sometimes extend the typing, but not in this case. -- Daniel de RAUGLAUDRE daniel.de_rauglaudre@inria.fr http://cristal.inria.fr/~ddr/ ------------------- 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