module Shtop: sig
.. end
Utilities to support Shcaml in the toploop.
val dir_shcaml : unit -> unit
Toploop directive to set up the Shcaml toploop environment.
Installs Shcaml printers and opens several Shcaml modules.
val print_line : Format.formatter -> 'a Shcaml.Line.t -> unit
val print_descr : Format.formatter -> Shcaml.Channel.descr -> unit
val print_proc : Format.formatter -> Shcaml.Proc.t -> unit
val print_in_channel : Format.formatter -> Pervasives.in_channel -> unit
Toploop printer for in_channel
val print_out_channel : Format.formatter -> Pervasives.out_channel -> unit
Toploop printer for out_channel