G_toplevel
type vernac_toplevel =
| VernacBackTo of int | ||
| VernacDrop | ||
| VernacQuit | ||
| VernacControl of Vernacexpr.vernac_control | ||
| VernacShowGoal of {
} | ||
| VernacShowProofDiffs of Proof_diffs.diffOpt |
module Toplevel_ : sig ... end
val test_show_goal : unit Pcoq.Entry.t
val vernac_toplevel : Pvernac.proof_mode option -> vernac_toplevel option Pcoq.Entry.t