Hets - the Heterogeneous Tool Set

Copyright(c) C.Maeder, Uni Bremen 2003 - 2004
LicenseGPLv2 or higher, see LICENSE.txt
MaintainerChristian.Maeder@dfki.de
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred

Haskell.TranslateId

Description

Translation of identifiers to Haskell.

Synopsis

Documentation

data IdCase

Letter case indicator

Constructors

UpperId 
LowerId 

translateIdWithType :: IdCase -> Id -> String

Converts an identifier to a valid lower or upper case Haskell name