aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof_type.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proof_type.ml')
-rw-r--r--proofs/proof_type.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml
index c04c44193e..4394aeff1d 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -55,6 +55,6 @@ type ltac_call_kind =
| LtacVarCall of Id.t * glob_tactic_expr
| LtacConstrInterp of glob_constr * Pretyping.ltac_var_map
-type ltac_trace = (int * Loc.t * ltac_call_kind) list
+type ltac_trace = (Loc.t * ltac_call_kind) list
let (ltac_trace_info : ltac_trace Exninfo.t) = Exninfo.make ()