aboutsummaryrefslogtreecommitdiffhomepage
path: root/ltac/tacentries.mli
blob: 3cf0bc5cc918c1a193a8fb30c0d3240ff68e506d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016     *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

open Vernacexpr
open Tacexpr

(** Adding a tactic notation in the environment *)

val add_tactic_notation :
  locality_flag * int * grammar_tactic_prod_item_expr list * raw_tactic_expr ->
    unit

val add_ml_tactic_notation : ml_tactic_name ->
  Tacexpr.raw_tactic_expr Egramml.grammar_prod_item list list -> unit

val register_ltac : bool -> Vernacexpr.tacdef_body list -> unit