Browse thread
[Caml-list] camlp4: pretty printing not to a file
[
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: | jehenrik <jehenrik@y...> |
| Subject: | Re: [Caml-list] camlp4: pretty printing not to a file |
Erg, I have a trigger happy send button finger. I didn't get this right: > PCaml.make_formatted_printer : (unit -> Format.formatter) -> 'a Grammar.Entry.e -> 'a -> string Because how do you get the string out. How about PCaml.make_formatted_printer : (unit -> Format.formatter) -> (unit -> 'b) -> 'a Grammar.Entry.e -> 'a -> 'b So that way you can get out something besides a string if you wanted. Jeff ------------------- 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