summaryrefslogtreecommitdiffstats
path: root/src/ui.mli
blob: b67fb77109f9ffb4537fc29ea948909ed004a1b7 (plain)
1
2
3
4
5
6
7
8
9
(* Unison file synchronizer: src/ui.mli *)
(* Copyright 1999-2018, Benjamin C. Pierce (see COPYING for details) *)

(* The module Ui provides only the user interface signature.
   Implementations are provided by Uitext and Uitk. *)

module type SIG = sig
 val start : unit -> unit
end