package podge

  1. Overview
  2. Docs
type exn +=
  1. | Error of string
val read_process_output : string -> string list
val get_one_char : unit -> char

Get a char from the terminal without waiting for the return key

val time_now : unit -> string
val daemonize : unit -> unit