aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/rtauto/g_rtauto.ml4
blob: ee47d0b0219087f8d45b82378947a9bcf7af0111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

(* $Id$*)

(*i camlp4deps: "parsing/grammar.cma"  i*)

TACTIC EXTEND Rtauto
  [ "Rtauto" ] -> [ Refl_tauto.rtauto_tac ]
END