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

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

val clean_path : Tacexpr.glob_tactic_expr -> int list -> int list;;