package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tag =
  1. | Msg of lazy_msg
  2. | Tactic of lazy_msg
  3. | Dispatch
  4. | DBranch
type state = tag Trace.incr
type tree = tag Trace.forest
val print : Environ.env -> Evd.evar_map -> tree -> Pp.t
val collapse : int -> tree -> tree