package ppxlib

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

Module Stdppx.Out_channelSource

Sourceval create : ?binary:bool -> ?append:bool -> ?fail_if_exists:bool -> ?perm:int -> string -> out_channel
Sourceval with_file : ?binary:bool -> ?append:bool -> ?fail_if_exists:bool -> ?perm:int -> string -> f:(out_channel -> 'a) -> 'a
Sourceval write_all : string -> data:string -> unit
OCaml

Innovation. Community. Security.