blob: 3ad8435b5c8c9fbbdb3dc0a58857c4e3e51a0287 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
(************************************************************************)
(* 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 get_documentation : unit -> string
val init : GWindow.window -> Session.session Wg_Notebook.typed_notebook ->
GAction.action_group list -> unit
|