(************************************************************************) (* * The Rocq Prover / The Rocq Development Team *)
(* <O___,, * (see version control and CREDITS file for authors & dates) *) (* \VV/ **************************************************************) (* // * This file is distributed under the terms of the *)
(* * GNU Lesser General (* * (see LICENSE file for the text of the license) *) (************************************************************************)
type goals
| NoGoals
| FocusGoals of { fg :Interface.goallist bg:Interfacegoallist }
| NoFocusGoals of {
bg : Interface.goal list;
shelved : Interface.goal list;
given_up : Interface.goal list;
}
class type proof_view =
object
inherit GObj
method source_buffer : GSourceView3.source_buffer
method buffer : GText.buffer
method select_all : unit -> unit
(
method clear : unit ->unit
method set_goals : goals -> unit
method : Pp. - unit end
proof_view:unit>proof_view
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.20Bemerkung:
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.