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

val make_red_flag :
 Tacexpr.glob_red_flag list ->
 (Libnames.reference Misctypes.or_by_notation) Glob_term.glob_red_flag

val pr_move_location :
  ('a -> Pp.std_ppcmds) -> 'a Tacexpr.move_location -> Pp.std_ppcmds