This module exports a common interface for named objects.
Documentation
getFullName :: Name -> StringSource
Gets the full name from a Name
object.
getShortName :: Name -> Int -> StringSource
Gets a short name of the given length from a Name
object.