package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private {
  1. obl_name : Names.Id.t;
  2. obl_type : Constr.types;
  3. obl_location : Evar_kinds.t Loc.located;
  4. obl_body : Constr.pconstant obligation_body option;
  5. obl_status : bool * Evar_kinds.obligation_definition_status;
  6. obl_deps : Int.Set.t;
  7. obl_tac : unit Proofview.tactic option;
}
val set_type : typ:Constr.types -> t -> t
val set_body : body:Constr.pconstant obligation_body -> t -> t
OCaml

Innovation. Community. Security.