A generic Haskell library for managing namespaces


Keywords
data, library, Propose Tags , Data.Namespace.Namespace, Data.Namespace.Path
License
BSD-3-Clause
Install
cabal install namespace-0.1.3.0

Documentation

namespace is a Generic Haskell library for managing namespaces. A namespace is a hierarchy of maps. It provides simple functionalities for managing namespaces.

It has the following features:

  • manipulate paths to objects and paths to namespaces.
  • create, lookup, insert, and import between namespaces.
  • convert namespaces to maps.