package ppxlib

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

Module Stdppx.Out_channelSource

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