package ppxlib

  1. Overview
  2. Docs
Standard library for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.23.0.tbz
sha256=1b5836c186b9d5a16acf47da94f3968f4f08b519b7729cd86a8fd39971fe12e5
sha512=00352fe61756f5aad5fd89b3cc596b619e5a5cf6808dcb0c197369bfff9f1ba182b4c6e5ea0e67269c9441b7b9b28f2a70d63fb972dfda64fc1a8404f7924753

doc/ppxlib.stdppx/Stdppx/Out_channel/index.html

Module Stdppx.Out_channel

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) -> 'a
val write_all : string -> data:string -> unit
OCaml

Innovation. Community. Security.