mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Some comments are triggering charlock binary
This commit is contained in:
		| @@ -1,13 +1,3 @@ | |||||||
| (************************************************************************) |  | ||||||
| (*  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        *) |  | ||||||
| (************************************************************************) |  | ||||||
|  |  | ||||||
| (** This file is deprecated, for a tree on list, use [Mergesort.v]. *) |  | ||||||
|  |  | ||||||
| (** A development of Treesort on Heap trees. It has an average | (** A development of Treesort on Heap trees. It has an average | ||||||
|     complexity of O(n.log n) but of O(n²) in the worst case (e.g. if |     complexity of O(n.log n) but of O(n²) in the worst case (e.g. if | ||||||
|     the list is already sorted) *) |     the list is already sorted) *) | ||||||
|   | |||||||
| @@ -1,11 +1,3 @@ | |||||||
| (************************************************************************) |  | ||||||
| (*  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        *) |  | ||||||
| (************************************************************************) |  | ||||||
|  |  | ||||||
| Require Import Omega Relations Multiset SetoidList. | Require Import Omega Relations Multiset SetoidList. | ||||||
|  |  | ||||||
| (** This file is deprecated, use [Permutation.v] instead. | (** This file is deprecated, use [Permutation.v] instead. | ||||||
|   | |||||||
| @@ -1,17 +1,5 @@ | |||||||
| (************************************************************************) |  | ||||||
| (*  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        *) |  | ||||||
| (************************************************************************) |  | ||||||
|  |  | ||||||
| (*********************************************************************) |  | ||||||
| (** * List permutations as a composition of adjacent transpositions  *) |  | ||||||
| (*********************************************************************) |  | ||||||
|  |  | ||||||
| (* Adapted in May 2006 by Jean-Marc Notin from initial contents by | (* Adapted in May 2006 by Jean-Marc Notin from initial contents by | ||||||
|    Laurent Théry (Huffmann contribution, October 2003) *) |    Laurent Thery (Huffmann contribution, October 2003) *) | ||||||
|  |  | ||||||
| Require Import List Setoid Compare_dec Morphisms. | Require Import List Setoid Compare_dec Morphisms. | ||||||
| Import ListNotations. (* For notations [] and [a;b;c] *) | Import ListNotations. (* For notations [] and [a;b;c] *) | ||||||
|   | |||||||
| @@ -1,10 +1,2 @@ | |||||||
| (************************************************************************) |  | ||||||
| (*  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        *) |  | ||||||
| (************************************************************************) |  | ||||||
|  |  | ||||||
| Require Export Sorted. | Require Export Sorted. | ||||||
| Require Export Mergesort. | Require Export Mergesort. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user