caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] toplevel printing of polymorphic values
@ 2004-08-29  1:26 Jeff Henrikson
  2004-08-30 18:35 ` Francisco Valverde
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Henrikson @ 2004-08-29  1:26 UTC (permalink / raw)
  To: caml-list


-- 
Hello,

I have written a double ended queue and I would like to install a pretty printer in the toplevel.  Just being able to print an 'a Dequeue.t like an 'a list would be fine.

I understand how to use the Format module to get the box, print the delimeters, etc.  The part I don't understand is how to get back to the generic 'a printer.  I cannot see any polypmorphic methods in all of the Format module.  What I want to access seems to be implemented in:

ocaml_source/toplevel/genprintval.ml:

    (* The main printing function *)

    let outval_of_value max_steps max_depth check_depth env obj ty =

Though if it is exposed, I'm sure it is in some other form.  Is what I'm trying to do possible?


Jeff Henrikson

-------------------
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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-30 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-29  1:26 [Caml-list] toplevel printing of polymorphic values Jeff Henrikson
2004-08-30 18:35 ` Francisco Valverde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).