regular-0.3.4.4: Generic programming library for regular datatypes.

Copyright(c) 2008 Universiteit Utrecht
LicenseBSD3
Maintainergenerics@haskell.org
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell98

Generics.Regular.Selector

Description

Summary: Representation for record selectors.

Documentation

class Selector s where Source

Methods

selName :: t s (f :: * -> *) r -> String Source