package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. loc : Loc.t option;
  2. stm_ids : (Stateid.t * Stateid.t) option;
  3. backtrace : Printexc.raw_backtrace;
  4. exn : exn;
  5. pp : Pp.t;
  6. str : string;
}