uni-htk-2.2.1.3: Graphical User Interface for Haskell Programs

Safe HaskellSafe
LanguageHaskell98

HTk.Toolkit.Name

Description

This module exports a common interface for named objects.

Synopsis

Documentation

data Name Source #

The Name datatype.

Constructors

Name 

Fields

createName Source #

Arguments

:: String

the full name.

-> Name

A name.

Creates a new name.

getFullName :: Name -> String Source #

Gets the full name from a Name object.

getShortName :: Name -> Int -> String Source #

Gets a short name of the given length from a Name object.