aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/interface/debug_tac.mli
blob: a582b029e4bd9708e5e702737f00be982b55fcda (plain)
1
2
3
4
5
6

val report_error : Coqast.t ->
    Proof_type.goal Proof_type.sigma option ref ->
    Coqast.t ref -> int list ref -> int list -> Tacmach.tactic;;

val clean_path : int -> Coqast.t -> int list -> int list;;