[
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: | Jon Harrop <postmaster@j...> |
| Subject: | [Caml-list] Hunting polymorphic function applications |
For elegance, I've been using the built-in polymorphic comparisons (particularly equality) to compare ASTs. I just added some metadata to my AST type and now it needs its own comparison function (or polymorphic compare bails at run-time with Invalid_argument "equal: functional value"). Is there an easy way, or does anyone have a tool, which will let me track down all applications of polymorphic functions to my AST type so that I can alter them to use my customised versions? Cheers, Jon. ------------------- 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