TypeTools - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Overview of the TypeTools Package

 

Calling Sequence

Description

List of TypeTools Package Commands

Calling Sequence

TypeTools:-command(arguments)

command(arguments)

Description

• 

The TypeTools package is a collection of tools for extending the set of known types in the type command.

• 

This package can be used to extend the type command with user-defined types. AddType(t,h) installs a handler h for a new type t. Subsequent calls to type(expression, t) invoke this handler.

• 

Each command in the TypeTools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

• 

The long form, TypeTools:-command, is always available. The short form can be used after loading the package.

List of TypeTools Package Commands

  

The following is a list of available commands.

AddType

Exists

GetType

GetTypes

RemoveType

Type

 

 

  

To display the help page for a particular TypeTools command, see Getting Help with a Command in a Package.

See Also

type

UsingPackages

with