persistent-map-0.3.5: A thread-safe (STM) persistency interface for finite map types.Source codeContentsIndex
Data.HasKey
Portabilitynon-portable (requires STM)
Stabilityexperimental
MaintainerPeter Robinson <thaldyron@gmail.com>
Description
Synopsis
class HasKey a k | a -> k where
key :: a -> k
Documentation
class HasKey a k | a -> k whereSource
Types where values have a key for indexing.
Methods
key :: a -> kSource
show/hide Instances
HasKey Sometype Int
HasKey Sometype Int
Produced by Haddock version 2.4.2