unison

Fork of Unison, a bi-directional file synchronization tool
git clone git://git.laack.co/unison.git
Log | Files | Refs | README | LICENSE

ui.mli (285B)


      1 (* Unison file synchronizer: src/ui.mli *)
      2 (* Copyright 1999-2020, Benjamin C. Pierce (see COPYING for details) *)
      3 
      4 (* The module Ui provides only the user interface signature.
      5    Implementations are provided by Uitext and Uitk. *)
      6 
      7 module type SIG = sig
      8  val start : unit -> unit
      9 end