package ppxlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create : ?binary:bool -> ?append:bool -> ?fail_if_exists:bool -> ?perm:int -> string -> Caml.out_channel
val with_file : ?binary:bool -> ?append:bool -> ?fail_if_exists:bool -> ?perm:int -> string -> f:(Caml.out_channel -> 'a) -> 'b
val write_all : string -> data:string -> unit