X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fnetstring%2Fnetstring_top.ml;fp=helm%2FDEVEL%2Fpxp%2Fnetstring%2Fnetstring_top.ml;h=d25505cfe3bbd2c88980756f5d95bb6201a23027;hb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;hp=0000000000000000000000000000000000000000;hpb=758057e85325f94cd88583feb1fdf6b038e35055;p=helm.git diff --git a/helm/DEVEL/pxp/netstring/netstring_top.ml b/helm/DEVEL/pxp/netstring/netstring_top.ml new file mode 100644 index 000000000..d25505cfe --- /dev/null +++ b/helm/DEVEL/pxp/netstring/netstring_top.ml @@ -0,0 +1,34 @@ +(* $Id$ + * ---------------------------------------------------------------------- + * + *) + + +let exec s = + let l = Lexing.from_string s in + let ph = !Toploop.parse_toplevel_phrase l in + assert(Toploop.execute_phrase false Format.err_formatter ph) +;; + +(* Install the printers: *) + +exec "#install_printer Neturl.print_url;;";; +exec "#install_printer Netbuffer.print_buffer;;";; +exec "#install_printer Netstream.print_stream;;";; +exec "#install_printer Cgi.print_argument;;";; + +(* ====================================================================== + * History: + * + * $Log$ + * Revision 1.1 2000/11/17 09:57:28 lpadovan + * Initial revision + * + * Revision 1.2 2000/06/25 22:34:43 gerd + * Added labels to arguments. + * + * Revision 1.1 2000/06/24 20:20:58 gerd + * Initial revision. + * + * + *)