Library Containers.Maps
This file is a wrapper for the typeclass-based library
on finite maps. Importing it will include the stuff
necessary to start using maps in a development.
We export the existing instances of ordered types available,
the interface of sets and the facts from SetFacts. We also
open the scope of map notations.
Exporting interface and facts, for direct access
Require Export OrderedTypeEx.
Require Export MapInterface MapNotations.
Open Scope map_scope.
Require MapFacts.
Module MF := MapFacts.
Require Export MapInterface MapNotations.
Open Scope map_scope.
Require MapFacts.
Module MF := MapFacts.