Module Proofview_monad.P

type w = bool

Status (safe/unsafe) * given up

val wunit : w
val wprod : w -> w -> w
type e = {
  1. trace : bool;
  2. name : Names.Id.t;
  3. poly : PolyFlags.t;
}

Recording info trace (true) or not.

type u = Info.state
val uunit : u