Browse thread
[Caml-list] Observations on OCaml vs. Haskell
[
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: | 2004-09-27 (21:11) |
From: | Christophe TROESTLER <debian00@t...> |
Subject: | Re: [Caml-list] Observations on OCaml vs. Haskell |
On Mon, 27 Sep 2004, John Goerzen <jgoerzen@complete.org> wrote: > > I've written several functions that can work with a "number-like" type. > I don't really care if I get an integer, Int32, Int64, float, or what. You can do that with a functorial approach (and if you care about performance, there is a defunctorizer -- not sure it is updated for 3.08 though). Cheers, ChriS ------------------- 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