core-data-0.3.9.1: Convenience wrappers around common data structures and encodings
Safe HaskellSafe-Inferred
LanguageHaskell2010

Core.Data

Contents

Description

Wrappers and adaptors for various data structures common in the Haskell ecosystem.

This is intended to be used directly:

import Core.Data

as this module re-exports all of its various components.

Synopsis

Wrappers

Exposes Map, a wrapper around a dictionary type, and Set, for collections of elements.

Facilities for making timestamps and for converting between different representations of instants of time.