aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-06-14 00:30:09 +0200
committerPierre-Marie Pédrot2016-06-14 00:30:09 +0200
commit17a9fe474427291797e37183956b2bc5c6434ec6 (patch)
tree58c17c061c71116ac03e2320788de43d39138df2
parente4d5bbeecb4c5a4eca82700ba3946d9fd174e215 (diff)
Adding Coq headers.
-rw-r--r--ltac/profile_ltac.ml8
-rw-r--r--ltac/profile_ltac.mli8
-rw-r--r--ltac/profile_ltac_tactics.ml48
3 files changed, 24 insertions, 0 deletions
diff --git a/ltac/profile_ltac.ml b/ltac/profile_ltac.ml
index 4f982f1ebf..890b449a7b 100644
--- a/ltac/profile_ltac.ml
+++ b/ltac/profile_ltac.ml
@@ -1,3 +1,11 @@
+(************************************************************************)
+(* 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 Unicode
open Pp
open Printer
diff --git a/ltac/profile_ltac.mli b/ltac/profile_ltac.mli
index 0029b8b55b..bc4f90f04b 100644
--- a/ltac/profile_ltac.mli
+++ b/ltac/profile_ltac.mli
@@ -1,3 +1,11 @@
+(************************************************************************)
+(* 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 *)
+(************************************************************************)
+
val do_profile : string -> ('a * Tacexpr.ltac_call_kind) list -> 'b Proofview.tactic -> 'b Proofview.tactic
val set_profiling : bool -> unit
diff --git a/ltac/profile_ltac_tactics.ml4 b/ltac/profile_ltac_tactics.ml4
index 8889bd13c6..a4ba5eab48 100644
--- a/ltac/profile_ltac_tactics.ml4
+++ b/ltac/profile_ltac_tactics.ml4
@@ -1,3 +1,11 @@
+(************************************************************************)
+(* 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 *)
+(************************************************************************)
+
(*i camlp4deps: "grammar/grammar.cma" i*)
open Profile_ltac