Module Shtop


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
Toploop printer for Line.t
val print_descr : Format.formatter -> Shcaml.Channel.descr -> unit
Toploop printer for Channel.descr
val print_proc : Format.formatter -> Shcaml.Proc.t -> unit
Toploop printer for Proc.t
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