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

Safe HaskellSafe-Inferred
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

short :: Int -> String
 
full :: String
 

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.