aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coqide_ui.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coqide_ui.mli')
-rw-r--r--ide/coqide_ui.mli10
1 files changed, 10 insertions, 0 deletions
diff --git a/ide/coqide_ui.mli b/ide/coqide_ui.mli
new file mode 100644
index 000000000..9f6fa5635
--- /dev/null
+++ b/ide/coqide_ui.mli
@@ -0,0 +1,10 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+val init : unit -> unit
+val ui_m : GAction.ui_manager