aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bench/lists_100.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bench/lists_100.v')
-rw-r--r--test-suite/bench/lists_100.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/bench/lists_100.v b/test-suite/bench/lists_100.v
index 62a34dbd4..0a4b51506 100644
--- a/test-suite/bench/lists_100.v
+++ b/test-suite/bench/lists_100.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
Inductive list0 : Set := nil0 : list0 | cons0 : Set -> list0 -> list0.
Inductive list1 : Set := nil1 : list1 | cons1 : Set -> list1 -> list1.
Inductive list2 : Set := nil2 : list2 | cons2 : Set -> list2 -> list2.