poly-rec-0.7.0.2: Polykinded extensible records
Copyright(c) Juan García Garland Marcos Viera 2020
LicenseGPL-3
Maintainerjpgarcia@fing.edu.uy
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.GenRec.Label

Description

 

Documentation

data Label l Source #

Constructors

Label 

sndLabel :: Label '(a, b) -> Label b Source #

fstLabel :: Label '(a, b) -> Label a Source #