-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from coq-community/compat-8.11
Compat 8.11
- Loading branch information
Showing
11 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
Initial author: [email protected] (2003) | ||
*) | ||
|
||
From Huffman Require Import Aux. | ||
From Huffman Require Import AuxLib. | ||
Require Import List. | ||
From Huffman Require Import UniqueKey. | ||
From Huffman Require Import Permutation. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
Initial author: [email protected] (2003) | ||
*) | ||
|
||
From Huffman Require Export Aux. | ||
From Huffman Require Export AuxLib. | ||
From Huffman Require Export OrderedCover. | ||
From Huffman Require Export WeightTree. | ||
Require Import ArithRing. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
Initial author: [email protected] (2003) | ||
*) | ||
|
||
From Huffman Require Export Aux. | ||
From Huffman Require Export AuxLib. | ||
From Huffman Require Export Code. | ||
From Huffman Require Export Build. | ||
From Huffman Require Export ISort. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
Initial author: [email protected] (2003) | ||
*) | ||
|
||
From Huffman Require Export Aux. | ||
From Huffman Require Export AuxLib. | ||
|
||
Section permutation. | ||
Variable A : Type. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
Initial author: [email protected] (2003) | ||
*) | ||
|
||
From Huffman Require Export Aux. | ||
From Huffman Require Export AuxLib. | ||
From Huffman Require Export Permutation. | ||
From Huffman Require Export UList. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters