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

HTk.Toolkit.Name

Description

This module exports a common interface for named objects.

Synopsis

Documentation

data Name Source

The Name datatype.

Constructors

Name 

Fields

short :: Int -> String
 
full :: String
 

createNameSource

Arguments

:: String

the full name.

-> Name

A name.

Creates a new name.

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.