raft-0.3.7.2: Miscellaneous Haskell utilities for data structures and data manipulation.

Safe HaskellSafe
LanguageHaskell2010

Data.Table.Identifier

Contents

Description

Deprecated: This module will be replaced in a future release.

Identifier for use in tables.

Synopsis

Types

newtype Id a Source #

An identifier for a table.

Constructors

Id 

Fields

Instances

Read a => Read (Id a) Source # 
Show a => Show (Id a) Source # 

Methods

showsPrec :: Int -> Id a -> ShowS #

show :: Id a -> String #

showList :: [Id a] -> ShowS #

(Read a, Show a) => Tabulatable (Id a) Source # 
Tabulatable (Id String) Source #