package ppxlib

  1. Overview
  2. Docs
Standard infrastructure for ppx rewriters

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppxlib-0.36.2.tbz
sha256=c8756007d8cac1379a8461146100c1d611c7df6ecc1a9a0aa9bddec0d6e4e71b
sha512=eedafd477493be365857dbfd3733abc4a50854cd94151ae8ebc150284a1ebe5252b1a11b62c756e8078e9397a1a2fd7f1946b40e225bf7084cd33bba7fba48c7

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

Module Stdppx.In_channelSource

Sourceval create : ?binary:bool -> string -> in_channel
Sourceval with_file : ?binary:bool -> string -> f:(in_channel -> 'a) -> 'a
Sourceval input_all : in_channel -> string
Sourceval read_all : string -> string