diff options
Diffstat (limited to 'theories/FSets/FMaps.v')
-rw-r--r-- | theories/FSets/FMaps.v | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/theories/FSets/FMaps.v b/theories/FSets/FMaps.v new file mode 100644 index 00000000..ae5b86c9 --- /dev/null +++ b/theories/FSets/FMaps.v @@ -0,0 +1,12 @@ +(***********************************************************************) +(* 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 *) +(***********************************************************************) + +(* $Id: FMaps.v 8667 2006-03-28 11:59:44Z letouzey $ *) + +Require Export FMapInterface. +Require Export FMapList. |