package rotor

  1. Overview
  2. Docs
An automatic refactoring tool for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

rotor-0.1.zip
md5=372ca9b6a7af2fdd99d5117d376870b4
sha512=6f5473951437a48bf9ae7a5d22a4283c02bed6a6e5c7bc02fc5f28dc5c28720f3e2c69f32a2a0c5b9447c2bc8c83746bb4de5b67909a98cc8921527582727063

doc/rotor/Output/index.html

Module Output

Abstract view of output functionality. The default behaviour is to send to standard output, but this can be overridden to send to a file instead.

val output_file : string option Cmdliner.Term.t
val set : string -> unit

Set the name of the file to send output to.

val print_endline : string -> unit

Send the string to the output followed by a newline.

val print_string : string -> unit

Send the string to the output.

OCaml

Innovation. Community. Security.