package diffast-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Spec_base.OutChannel

type t =
  1. | Pervasives of out_channel
  2. | XChannel of Xchannel.out_channel
val of_pervasives : out_channel -> t
val of_xchannel : Xchannel.out_channel -> t
val is_stdout : t -> bool
val to_pervasives : t -> out_channel
val to_xchannel : t -> Xchannel.out_channel
val close : t -> unit