package rotor

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

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.