From fed7d0f693128ae2a7c19a519882f12f138d88b4 Mon Sep 17 00:00:00 2001 From: pboutill Date: Wed, 2 May 2012 17:11:23 +0000 Subject: Coqide highligthing is back (done by gtksourceview). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15269 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Vectors/Fin.v | 1 + 1 file changed, 1 insertion(+) (limited to 'theories/Vectors') diff --git a/theories/Vectors/Fin.v b/theories/Vectors/Fin.v index 717139a0a..b5736f22d 100644 --- a/theories/Vectors/Fin.v +++ b/theories/Vectors/Fin.v @@ -145,6 +145,7 @@ Qed. [fin (n + m)] Really really ineficient !!! *) Definition L_R {m} n (p : t m) : t (n + m). +Proof. induction n. exact p. exact ((fix LS k (p: t k) := -- cgit v1.2.3