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